How to uninstall old version of LibreOffice from Linux Ubuntu. Tutorial on how to remove Libreoffice from Command Line on Ubunt Linux Systems. Learn how to remove older versions of LibreOffice, before you begin a install a fresh copy of LibreOffice on Ubuntu Linux Systems.
The latest version of LibreOffice can be installed alongside older LibreOffice versions, but it may conflict and result some errors.
Remove LibreOffice
Open Terminal and run the following commands to remove and uninstall LibreOffice:
sudo apt-get remove libreoffice-core
If you wish to uninstall and remove LibO configuration files, run the command given below:
sudo apt-get remove --purge libreoffice-core
Once done, please update the system.