LibreOffice is the default office suite in most Linux distributions, including Ubuntu. Every desktop edition of Ubuntu comes in LibreOffice installed.

LibreOffice is a great office suite with strong support community. It’s gaining acceptance not only in the opensource community but governments around the world are gradually switching to this free office suite and ditching Microsoft Office.

However, if you’ve been using Ubuntu or other Linux distributions for over 5 years, you’ll know that OpenOffice was once the default office suite. It was installed on all Linux distributions.

Since Oracle bought Sun Microsystems, the original maintainer of OpenOffice and modified some of the license agreements, folks in the Linux community decided to fork OpenOffice to create LibreOffice an alternative to OpenOffice.

Now LibreOffice is the default office suite on almost all Linux distributions.

Even though OpenOffice support is dwindling in the Linux community, it’s still being developed and supported by Oracle. It’s recent version 4.1 was released few months ago and this brief tutorial is going to show you how to install it in Ubuntu.

  • First Uninstall LibreOffice

Before you can install OpenOffice in Ubuntu, it’s recommended that you first remove LibreOffice. To do that, run the commands below

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

After uninstalling LibreOffice, run the commands below to change into the temporary directory and download OpenOffice file.

cd /tmp

  • Download OpenOffice 64-bit files (US English)

Next, run the commands below to download OpenOffice US English files. If you’re in a different region, you may want to download the native version for you machine.

wget http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86-64_install-deb_en-US.tar.gz

 

  • Download OpenOffice 32-bit files (US English)

wget http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86_install-deb_en-US.tar.gz

 

After downloading the files, continue below to install it.

  •  Installing OpenOffice

Now that you’ve downloaded the files, run the commands below to extract the downloaded archive.

tar -xvf Apache_OpenOffice*.tar.gz

Next, run the commands below to begin the installation

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

After that, run the commands below to install OpenOffice desktop integration.

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

 

That’s it!

 

Install OpenOffice in Ubuntu

 

 

  • Installing OpenOffice

If you wish to uninstall OpenOffice and go back to LibreOffice, run the commands below

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

 

Finally, run the commands below to install LibreOffice.

sudo apt-get install libreoffice libreoffice-gnome

 

Enjoy!

Frequently Asked Questions

How to install OpenOffice 4.1 in Ubuntu?

To install OpenOffice 4.1 in Ubuntu, you first need to uninstall LibreOffice using the provided commands and then download the OpenOffice files specific to your system architecture and language before proceeding with the installation steps.

Why was OpenOffice replaced by LibreOffice in Ubuntu?

OpenOffice was replaced by LibreOffice in Ubuntu due to licensing issues following Oracle's acquisition of Sun Microsystems. The Linux community decided to fork OpenOffice and create LibreOffice as an alternative, which eventually became the default office suite on most Linux distributions.

Is OpenOffice still actively supported?

Yes, OpenOffice is still being developed and supported by Oracle despite dwindling support in the Linux community. The recent version 4.1 was released a few months ago, and users can still install and use it on Ubuntu.

What are the advantages of using OpenOffice over LibreOffice?

One advantage of using OpenOffice over LibreOffice is that it is still actively supported by Oracle. Additionally, some users may prefer the interface or features of OpenOffice over LibreOffice.

Can OpenOffice coexist with LibreOffice on Ubuntu?

Yes, OpenOffice can coexist with LibreOffice on Ubuntu. Users can choose to have both office suites installed on their system and switch between them based on their preferences.

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

There may be compatibility issues when switching from LibreOffice to OpenOffice in Ubuntu, especially with file formats and certain advanced features. It's recommended to backup important documents before making the switch.

How often are new versions of OpenOffice released?

New versions of OpenOffice are released periodically by Oracle. The recent version 4.1 was released a few months ago, showing that the software is still actively maintained and updated.

What are the steps to uninstall LibreOffice before installing OpenOffice in Ubuntu?

To uninstall LibreOffice before installing OpenOffice in Ubuntu, you can use the provided commands to remove LibreOffice and its related packages, followed by downloading and installing the OpenOffice files as per your system requirements.