OpenOffice.org 2.3.0 Install for Ubuntu
-
OpenOffice has released the latest version of their Office Suite. Here’s how to Install OpenOffice 2.3.0 on Ubuntu.
Deb Installer:
If you’re looking installing from the deb package, here are the instructions once you download the deb file from this link:
sudo apt-get remove openoffice*
tar xzvf OOo_2.3.0_LinuxIntel_install_en-US_deb.tar.gz
cd OOo_2.3.0_LinuxIntel_install_en-US_deb.tar.gz
cd DEBS/
sudo dpkg -i *.deb
cd desktop-integration/
sudo dpkg -i *.deb
sudo ln -s /opt/openoffice.org-2.3/programs/soffice /usr/local/bin
RPM Installation in Ubuntu
If you’ve already downloaded the RPM version and don’t want to bother re-downloading the deb package, here’s what you do:
Once you’ve got the package downloaded, run the following commands in your terminal :
sudo apt-get install alien
sudo apt-get remove openoffice*
tar xzvf OOo_2.3.0_LinuxIntel_install_en-US.tar.gz
cd OOG680_m5_native_packed-1_en-US.9221/
cd RPMS/
sudo alien --scripts --keep-version *.rpm
sudo dpkg -i *.deb
cd desktop-integration/
sudo dpkg -i *.deb
sudo ln -s /opt/openoffice.org-2.3/programs/soffice /usr/local/bin
























September 25th, 2007 at 9:47 am
Why use alien when there’s deb packages?
September 25th, 2007 at 11:08 am
Hmmm… there seems to be a deb package for download now. I couldn’t find the deb packages when I was trying to upgrade.
September 27th, 2007 at 2:50 pm
Hi there. I just downloaded the deb’s version and I didn’t know how to install it, after removing 2.2 and dpkg the DEBS directory, then I found this page and I did the last 3 lines, and voilá.
Thank you
September 27th, 2007 at 5:51 pm
updated the instructions to include the deb installer steps too..
October 2nd, 2007 at 2:13 am
thanx for your help, this was very useful (until now I thought I had to open every deb indevidiually
October 6th, 2007 at 4:48 am
Thank you. I like how it created te debian desktop deb in desktop-integration. Neat!
October 10th, 2007 at 4:07 pm
This mini how-to is really work!
Thank you very much!
October 26th, 2007 at 4:10 pm
Thank you for the tutorial!
December 31st, 2007 at 6:02 am
Good. You shouldn’t need the kde one for gnome and visa versa I would think. May wish to omit that one RPM from the install.