NOTE:
Currently there are problems with the openoffice.org-kde package from the repos. You can either uninstall that package or install from the debs.
From the repos:
If you are an 8.10 user simply add these to your /etc/apt/sources.list:
followed by a
From debs:
1. Download from here[/i]: http://download.openoffice.org/other.html#en-US - select your language under the LinuxDEB column.
2. untar the download wherever, for the sake of argument let's say directory /a/b/c/ - if you don't know how to untar, right click on the ooo3...tar.gz package and choose to "open with Arc". Now you can unpack using a GUI.
3. enter /a/b/c/OOO300_m9_native_packed-1_en-US.9358/DEBS/ (for the English version) and type
a) for 32 bit architecture:
b) for 64 bit architecture:
you can either try the 64 bit packages from here: and proceed as above or do
followed by
4. Wait until it is installed. You will find it in /opt/openoffice.org3
5. Right click on your K menu button and select kmenueditor. Insert a new item under office, give it a nice openoffice icon and paste the following into the command line: /opt/openoffice.org3/program/soffice.bin
6. Save your new menu configuration.
7. Start OpenOffice3 from your menu 8)
I like it although installing dictionaries has changed considerably - it never occured to me to look for an "extension manager" (to be found under tools). Great idea though.
Currently there are problems with the openoffice.org-kde package from the repos. You can either uninstall that package or install from the debs.
From the repos:
If you are an 8.10 user simply add these to your /etc/apt/sources.list:
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
Code:
sudo apt-get update && sudo apt-get dist-upgrade
1. Download from here[/i]: http://download.openoffice.org/other.html#en-US - select your language under the LinuxDEB column.
2. untar the download wherever, for the sake of argument let's say directory /a/b/c/ - if you don't know how to untar, right click on the ooo3...tar.gz package and choose to "open with Arc". Now you can unpack using a GUI.
3. enter /a/b/c/OOO300_m9_native_packed-1_en-US.9358/DEBS/ (for the English version) and type
a) for 32 bit architecture:
Code:
sudo dpkg -i *.deb
you can either try the 64 bit packages from here: and proceed as above or do
Code:
sudo apt-get install ia32-libs
Code:
sudo dpkg --force-architecture -i *.deb
5. Right click on your K menu button and select kmenueditor. Insert a new item under office, give it a nice openoffice icon and paste the following into the command line: /opt/openoffice.org3/program/soffice.bin
6. Save your new menu configuration.
7. Start OpenOffice3 from your menu 8)
I like it although installing dictionaries has changed considerably - it never occured to me to look for an "extension manager" (to be found under tools). Great idea though.
Comment