Apache OpenOffice suite which was previously known as OpenOffice.org has just been updated to version 4.0 and is available for download from its official download page. This is a major update and brings exciting new features and enhancements along with many bug fixes.

Some of the features released with this version are:  a new sidebar, improvements in Microsoft Office interoperability, support for more languages and a major performance boost. For more about this release and all of the other features included, check out its release notes page.

This brief tutorial is going to show you how to easily install or upgrade to the latest OpenOffice version in Ubuntu 13.04 and previous versions. You can use it in place of LibreOffice if you want. I am not recommending it, but it’s up to you to do what you want with your computer.

I am not going to tell you to pick a side between LibreOffice and OpenOffice. All I am going to show you is how to install AOO in Ubuntu and use it.

To get started, press Ctrl – Alt – To on your keyboard to open the terminal console. When it opens, run the commands below to completely remove LibreOffice from your machine. It’s wise to remove LibreOffice before installing OpenOffice. Don’t worry, I will also show you how to revert the changes you made to your computer after installing OpenOffice.

sudo apt-get remove --purge libreoffice* libexttextcat-data* && sudo apt-get autoremove

 

Next, change into the /tmp directory to download OpenOffice file.

cd /tmp

 

When you’re there, run the commands below to download the latest version (32-bit English) of OpenOffice. To view the download page and select other languages, use this page.

wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/en-US/Apache_OpenOffice_4.0.0_Linux_x86_install-deb_en-US.tar.gz

 

For 64-bit English version, use this link.

wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.0/binaries/en-US/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-US.tar.gz

 

When the file is downloaded, run the commands below to extract the downloaded file.

tar -xvf Apache_OpenOffice*.tar.gz

 

Next, run the commands below to begin installing it.

sudo dpkg -i en-US/DEBS/*.deb

 

Next, run the commands below to install the desktop-integration for .deb Linux distributions.

sudo dpkg -i en-US/DEBS/desktop-integration/*.deb

 

When you’re done, restart and enjoy!

 

apache-openoffice-4

 

To revert the change and reinstall LibreOffice, run the commands below to completely remove Apache OpenOffice.

sudo apt-get purge openoffice*.* && sudo apt-get autoremove

 

Then install LibreOffice by running the commands below.

sudo apt-get install libreoffice libreoffice-gnome

 

Enjoy~

Frequently Asked Questions

What are the new features in Apache OpenOffice 4.0 for Ubuntu installation?

The new features in Apache OpenOffice 4.0 include a new sidebar, improvements in Microsoft Office interoperability, support for more languages, and a major performance boost.

How can I install or upgrade to the latest OpenOffice version in Ubuntu 13.04?

To install or upgrade to the latest OpenOffice version in Ubuntu 13.04, you can follow the steps provided in the article, including removing LibreOffice and downloading the appropriate OpenOffice package.

Is it recommended to remove LibreOffice before installing OpenOffice in Ubuntu?

It is wise to remove LibreOffice before installing OpenOffice in Ubuntu to avoid conflicts and ensure a smooth installation process.

What command should I run to completely remove LibreOffice from Ubuntu?

To completely remove LibreOffice from Ubuntu, you can use the command 'sudo apt-get remove --purge libreoffice* libexttextcat-data* && sudo apt-get autoremove'.

Where can I download the latest version of Apache OpenOffice for Ubuntu?

You can download the latest version of Apache OpenOffice for Ubuntu from the official download page mentioned in the article.

What are the differences between LibreOffice and OpenOffice for Ubuntu users?

LibreOffice and OpenOffice are both open-source office suites with similar functionalities. Users can choose between them based on personal preferences and specific feature requirements.

How can I revert the changes made to my computer after installing OpenOffice in Ubuntu?

To revert the changes made to your computer after installing OpenOffice in Ubuntu, you can follow the instructions provided in the article or use system restoration tools.

Are there any compatibility issues when switching from LibreOffice to OpenOffice in Ubuntu?

Compatibility issues may arise when switching from LibreOffice to OpenOffice in Ubuntu due to differences in features and file formats. It is recommended to backup important documents before making the switch.