9

LibreOffice 6.0 has been released. How can I install LibreOffice 6 in Ubuntu? What is the official PPA?

Zanna
  • 70,465
dhiya
  • 953
  • Voting to leave closed. The PPA, and manual download links provided in the answers are stil valid, and lists LibreOffice 6. – ravery Feb 01 '18 at 16:20

1 Answers1

9

Use their installation method from source.

The official PPAs at the moment are at 5.4.4 since 6.0 is still in "testing". The people from Libreoffice will release a PPA when "testing" is finished.


PPA with the "latest" release can be found here and in:

sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases
sudo apt-get update
sudo apt-get install libreoffice

But I do not see 6 in there yet. 5.4.4 is the highest.

Rinzwind
  • 299,756