LibreOffice version 4.0 was released a few weeks ago, but until quite recently, it wasn’t available to be installed via its office PPA. Now you can easily install the latest LibreOffice in Ubuntu 12.10, 12.04 from its default PPA.

As you may remember, we wrote about it when it was first released. You find about previous tutorial on it here.

LibreOffice 4.0 comes with many changes, including support for Firefox Personas, integration with several content and document management systems, better interoperability with DOCX and RTF documents, and better Unity appmenu support.

To view a complete changelog about this release, please click here.

This brief tutorial is going to show you how install LibreOffice in Ubuntu from its official PPA if you haven’t already done so. Although you download the archive deb file and install it, it’s much easier installing it from the PPA. And the version of it in the PPA is better suited for Ubuntu, including support for Ubuntu global menu.

To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When opens, run the commands below to add its PPA.

sudo add-apt-repository ppa:libreoffice/ppa

 

libreoffice_40_ubuntu-ppa

 

Finally, run the commands below to update and and upgrade all package including LibreOffice.

sudo apt-get update && sudo apt-get dist-upgrade

 

libreoffice_40_ubuntu-ppa_1

 

Enjoy!

 

libreoffice_40_ubuntu-ppa_2

 

To revert the changes or downgrade LibreOffice back to the Ubuntu version, run the commands below to remove it.

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

 

Then remove its default PPA you installed by running the commands below.

sudo add-apt-repository --remove ppa:libreoffice/ppa

 

Next, run the commands below to re-install LibreOffice from Ubuntu repository.

sudo apt-get install libreoffice libreoffice-gnome

 

The above steps completely uninstall LibreOffice and re-install it with the current Ubuntu in its repository.

Frequently Asked Questions

How to install LibreOffice 4.0 on Ubuntu 12.04 using PPA?

You can easily install LibreOffice 4.0 on Ubuntu 12.04 by adding the official LibreOffice PPA repository and then updating and upgrading the packages.

What are the new features in LibreOffice 4.0 for Ubuntu users?

LibreOffice 4.0 for Ubuntu brings support for Firefox Personas, improved interoperability with DOCX and RTF documents, better Unity appmenu support, and integration with various content and document management systems.

How to revert back to the Ubuntu version of LibreOffice from PPA?

To downgrade LibreOffice back to the Ubuntu version from the PPA, you need to remove LibreOffice using 'apt-get remove --purge' command and then remove the LibreOffice PPA before reinstalling LibreOffice from the Ubuntu repository.

What commands should I run to update LibreOffice from the PPA?

To update LibreOffice from the PPA, you need to run 'sudo apt-get update' and 'sudo apt-get dist-upgrade' commands in the terminal to ensure that LibreOffice and all other packages are up to date.

How to completely uninstall LibreOffice from Ubuntu?

You can completely uninstall LibreOffice from Ubuntu by using the 'apt-get remove --purge' command followed by 'apt-get autoremove' to remove any leftover dependencies, and then re-installing LibreOffice from the Ubuntu repository.

Does the LibreOffice PPA provide better support for Ubuntu global menu?

Yes, the version of LibreOffice available in the PPA is better suited for Ubuntu and includes support for Ubuntu global menu, making it easier to integrate with the Ubuntu desktop environment.

Can I install LibreOffice 4.0 on Ubuntu 12.10 using the official PPA?

Yes, you can install LibreOffice 4.0 on Ubuntu 12.10 by adding the official LibreOffice PPA repository and updating the packages to get the latest version of LibreOffice.

How to re-install LibreOffice in Ubuntu after removing it?

After removing LibreOffice, you can re-install it in Ubuntu by running 'sudo apt-get install libreoffice libreoffice-gnome' to get the LibreOffice suite back on your system.