LibreOffice 6.2 has been released and available in the official backports PPA for the installation on Ubuntu systems. It is a free office suite application with many enhancement over previous versions. It has included lots of useful features, which becomes office management very easy. It is the most powerful free & open source office suite specifically for Linux desktop users.
This article will help you to install LibreOffice 6.2 on Ubuntu 19.04, 18.04 LTS, 16.04 LTS systems.
Install Libreoffice on Ubuntu
Use the following commands to add LibreOffice PPA to your system and install it on your system with simple steps.
sudo add-apt-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get install libreoffice
Verify Version
After completing installation verify the installed version of LibreOffice. In place of below command, you can use GUI access to check the version.
libreoffice --version LibreOffice 6.2.4.2
Remove LibreOffice
To completely remove LibreOffice from your system, use the following command. It will remove LibreOffice and all the associated data with this it from your Ubuntu system.
sudo apt-get remove libreoffice-core sudo apt-get remove --purge libreoffice-core
3 Comments
thank, hvala , also from me.
Do you have to first remove the old version of Libreoffice before installing the new version?
thank you so much