Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu - Install Latest Libreoffice From PPA

The following tutorial has been tested on Ubuntu 18.04 and 20.04.

Steps

Run the following command.

sudo add-apt-repository ppa:libreoffice/ppa -y \
  && sudo apt update \
  && sudo apt install libreoffice -y

This installs version 6.4.5.2 At the time of writing this post.

References

Last updated: 10th August 2020
First published: 19th May 2020