How do i uninstall the default softwares such as libreoffice via a GUI?
I googled there are only CLI to uninstall these softwares. I tried Synaptic but couldnt find the softwares in Synaptic
How do i uninstall the default softwares such as libreoffice via a GUI?
I googled there are only CLI to uninstall these softwares. I tried Synaptic but couldnt find the softwares in Synaptic
Open Synaptic.
Type libreoffice
in the search box and press the Enter key.
Scroll down the list of items and you should get to the Liibreoffice entry.
Then select the check-box and uninstall.
Failing the above, open a terminal and type:
sudo apt-get remove libreoffice*
followed by:
sudo apt-get purge libreoffice*
followed by:
sudo apt-get autoremove
followed by:
sudo apt-get update
@stevecook172001's answer will work well. However if you really need a GUI to do it.
Open Software Boutique navigate to Office and scroll down to LibreOffice or search search for LibreOffice using the Search feature in Software Boutique click the Remove icon then apply your changes and it will uninstall
Thanks both. I used software boutique. Synaptic returned me a list of "i dont know them" items, which i don wan to mess with.