I've removed OOo, but when I tried to install the stock OOo, I got the
following errors:
--2009-11-19 22:24:37--
ftp://ftp.fu-berlin.de/unix/X11/apps/openoffice/stable/3.1.1/OOo_3.1....
=> `OOo_3.1....'
Resolving ftp.fu-berlin.de... 130.133.3.130
Connecting to
ftp.fu-berlin.de|130.133.3.130|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /unix/X11/apps/openoffice/stable/
3.1.1 ... done.
==> SIZE OOo_3.1.... ... done.
==> PASV ... done. ==> RETR OOo_3.1.... ...
No such file `OOo_3.1....'.
tar: OOo_3.1.1_LinuxIntel_install_en-US_deb.tar.gz: Cannot open: No
such file or directory
tar: Error is not recoverable: exiting now
cd: 6: can't cd to OOO310_m19_native_packed-1_en-US.9420
cd: 7: can't cd to DEBS
dpkg: error processing *.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
*.deb
cd: 9: can't cd to desktop-integration
dpkg: error processing openoffice.org3.1-debian-menus_3.1-9420_all.deb
(--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
openoffice.org3.1-debian-menus_3.1-9420_all.deb
All done!
Help!
On Nov 19, 8:32 pm, Dmitri Popov <
lazyl...@gmail.com> wrote:
> Hello,
>
> It might have something to do with the version of OpenOffice.org that
> ships with Ubuntu 9.10. The version that comes with Karmic Koala is
> based on the OOo-Go fork. I'm running Ubuntu 9.10 with the stock
> version, and I have no problem adding large text snippets to the
> notebook. You can use the script bellow to install the stock version
> of OpenOffice.org 3.1.1 on your system. Copy the script, paste it into
> a text file, and save it as installooo.sh. In the terminal, execute
> the sh installooo.sh command. Before you do that, use the Synaptic
> package manager to remove the installed version of OpenOffice.org and
> all related packages.
>
> Hope this helps.
> ---
> Kind regards,
> Dmitri
> ---
> @dmpop |
linux-magazine.com/productivitysauce |
www.flickr.com/photos/dmpop
>
> -----SCRIPT START-----
>
> #!/bin/sh
>
> mkdir ~/tmp
> cd ~/tmp
>
> wgetftp://
ftp.fu-berlin.de/unix/X11/apps/openoffice/stable/3.1.1/OOo_3.1....