How do I install the latest stable version of LibreOffice?

LibreOffice is seeing some dramatic improvements each version and subversion that goes out.

I would like to have always the latest version of LibreOffice on my machine(s). I know of the PPA that exists but is it recommended to use it with 12.04 for daily use? What are the pro and cons of using the PPA? Will it break my system/Libreoffice installation?

Does libreoffice get eventually also upgraded in the Ubuntu repositories or does this upgrade happen only with new releases? Who manages the upgrades of libreoffice in Ubuntu and in the PPA?


If you want the newest of the new for LibreOffice, you can place the ppa onto your computer:

https://launchpad.net/~libreoffice/+archive/ppa

Once you click on this link, read the section called "Adding this PPA to your system" to make sure you install it correctly for your 12.04 system.

If this package is to 'cutting edge', I would use the following ppa for LibreOffice that might help as well:

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get upgrade

To look over the instructions, follow this link here: https://wiki.ubuntu.com/LibreOffice To quote the site on what this ppa is about:

LibreOffice test builds and backports

Most of the packages in this ppa have only experienced minor testing -- in fact it is the place to enable a wider audience to test packages before they are published into the distro proper. In general this ppa is not for the average user to install without a closer look (if it would be, its packages would be in the main repositories).

In general, users are adviced to take a look at the changelog for the details about a package. If there is a specific bug that is intended to be addressed by an update released into the ppa, you are encouraged to test, if the update solves that problem. Packages published after the distro release are mostly such specific fixes. Critical fixes will SRUed into the main repositories after testing anyway (later, with more testing).

See also:

  • Will 12.04 get LibreOffice 3.6 and later?
  • What are PPAs and how do I use them?
  • Are PPA's safe to add to my system and what are some "red flags" to watch out for?

you can download the files from libreoffice.org site at http://www.libreoffice.org/download

Warning: If you are installing 3.6 alongside of older version then you may have some conflicts. So its better to remove the older version and try out the new one.

Steps to remove older version sudo apt-get remove libreoffice-core

To install 3.6

Download the 32 or 64 bit 3.6 version and extract the LibO_3.6.0_Linux_x86(-64)_install-deb_en-US.tar.gz file

cd to the extracted directory and run sudo dpkg -i *.deb


October-1-2015

Open terminal and run the following commands:

Latest version of LibreOffice 5.0.x : (14.04,15.04,15.10)

sudo add-apt-repository ppa:libreoffice/libreoffice-5-0
sudo apt-get update
sudo apt-get dist-upgrade

Note: The above PPA provides LibreOffice 5.0.x updates.If LibreOffice 5.1 released then we need to use another PPA.

For any version we can use ppa:libreoffice/ppa PPA:

LibreOffice 5.x:(12.04,14.04,15.04,15.10)

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get dist-upgrade

Method 2:

Install by downloading .deb file from here