OpenOffice 3.2 was released 10 days back. It has some new enhancements including faster startup. I wanted to install the new version, but it won’t get into Ubuntu repositories soon. Here is what I did to install OpenOffice 3.2 in my Ubuntu 9.10 desktop. The steps below will remove the current installation of OpenOffice and installs the new one.
- Go to OpenOffice website and click on “I want to download OpenOffice.org”. If you use the Firefox browser in your Ubuntu installation, it will download the file “filename_deb.tar.gz”. When I used the Google Chrome browser, I believe I got a non deb version. Make sure you get the deb version. My download includes Java JRE, so it took longer to download than the non JRE version.
- Once you download the file, go to the downloaded directory using Nautilus and double click the downloaded file. The file extractor will show a directory OOO320_m12_native_packed-1_en-US.9483 or something similar to that. Extract the directory to wherever you want (Desktop or Download folder or Home folder etc.).
- Open a terminal by clicking Application -> Accessories -> Terminal.
- Copy, paste the highlighted command in the terminal and press the enter key. (don’t include the quotes for any of the commands in this tutorial). This command will remove the current installation of OpenOffice. Say ‘Y’ if it asks for confimation. “sudo apt-get remove openoffice*.*”
- Now copy and paste the following command and press enter. “sudo dpkg -i ~/directory_name/OOO320_m12_native_packed-1_en-US.9483/DEBS/*.deb” where directory_name is the directory where you extracted the downloaded file. If you had extracted it to the desktop, then enter sudo dpkg -i ~/Desktop/OOO320_m12_native_packed-1_en-US.9483/DEBS/*.deb. If you extracted it to your home directory, then enter sudo dpkg -i ~/OOO320_m12_native_packed-1_en-US.9483/DEBS/*.deb. ‘~’ stands for home directory. This will install all installation files under that directory.
- Copy and paste the following command in the terminal and press enter. This command will install OpenOffice integration package for Ubuntu since we uninstalled the OpenOffice that came with Ubuntu. “sudo dpkg -i ~/directory_name/OOO320_m12_native_packed-1_en-US.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb“. Again the directory_name is where the file was extracted.
- Type exit and press enter to exit the terminal.
You can now open the new version of OpenOffice from Applications – Office menu. You are all set. When you open the Office applications the 1st time, it might ask you to enter your name and register the application.
Credit: Ubuntu Forums.
Technorati Tags: Ubuntu 9.10, OpenOffice 3.2



















