LibreOffice 6.0 has been released. How can I install LibreOffice 6 in Ubuntu? What is the official PPA?
Asked
Active
Viewed 1.7k times
1 Answers
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
- 309,379