LibreOffice is the defacto office suite in the World of Linux since its initial fork from OpenOffice.org. Thanks to the Open Source community and users brave enough to install and try LibreOffice. To some users, LibreOffice is not the ultimate office suite software for their daily needs, and perhaps want to keep it cool with OpenOffice, WPS Office, Google Docs e.t.c.
Both Ubuntu 22.04|20.04|18.04 come with LibreOffice pre-installed but you are free to uninstall it and try a different office suite software that works for you.
See how to Install Latest Apache OpenOffice on Ubuntu
Uninstall LibreOffice on Ubuntu 22.04|20.04|18.04
Uninstall LibreOffice on Ubuntu 22.04|20.04|18.04 by running commands below in your terminal.
sudo apt-get remove --purge libreoffice*
This will remove LibreOffice and its dependencies. Next is to clear out the local repository of LibreOffice packages using the commands:
sudo apt clean
Clear all LibreOffice dependencies that are orphaned – no longer required.
sudo apt-get autoremove
Bye bye LibreOffice, see you soon!.