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:
To look over the instructions, follow this link here: https://wiki.ubuntu.com/LibreOffice To quote the site on what this ppa is about:
See also:
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)
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)
Method 2:
Install by downloading
.deb
file from hereThere is no PPA that simply maintains the latest stable version of LibreOffice (meaning: the version that The Document Foundation proposes as the latest stable version).
The options for installing LibreOffice are:
sudo add-apt-repository ppa:libreoffice/ppa
, which installs a version that is rather cutting edge and has only received minor testing, so not actually recommended for the average usersudo add-apt-repository ppa:libreoffice/libreoffice-5-3
(note the version number at the end)So to install the latest stable version of LibreOffice, as far as I can see the safest way would be:
Just saw, that the LibreOffice Launchpad Team has created separate PPAs for the different versions from 3.4 to 4.0 plus pre-releases for the brave and a general ppa for those who want the latest stable release.
Links to the PPAs: https://launchpad.net/~libreoffice
See the other answers for installation instructions
As of 2017, LibreOffice is also available as a Snap!
Let's compare versions:
First, uninstall the deb version to prevent confusion
Second, install the snap version
Snaps are not debs. Snaps don't use apt. Snaps don't upgrade automatically. Upgrade snaps to the latest version using:
Install / Upgrade to LibreOffice 3.6
To get started, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to add its PPA.
Finally, run the commands below to upgrade your system including LibreOffice.
Enjoy!
These four lines in terminal to remove your current LibreOffice, and install the new one. It says it will install LibreOffice 4.0, But I got 3.6.0.1 instead, which happens to be the newest stable version I'm aware of.
Credit to: http://jaisejames.wordpress.com/2012/11/27/to-install-libreoffice-4-0-on-ubuntu-12-10/
Uninstall the previous version of LibreOffice
sudo apt-get remove libreoffice-core
Download Latest Version from
https://www.libreoffice.org/download/download/
Right-click on the downloaded package and choose Open With Archive Manager
Extract all files
Enter LibreOffice -> DEBS folder
Right-click in the folder and choose Open in Terminal
Finally, install all .deb packages by running the following command
sudo dpkg -i *.deb