Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 14.04 - Install LibreOffice 5.0

The following code snippet will install the 5.0 via PPA which is the easiest method, and means you should receive updates automatically.

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

References

Last updated: 16th June 2021
First published: 16th August 2018