Thursday, April 8, 2021

Uninstall libre office from Linux Lite 5.2

Step 1: Follow the below commands one by one to uninstall libre office.

$sudo apt-get remove --purge libreoffice*
$sudo apt-get clean
$sudo apt-get autoremove

Step 2: To remove the menu options, these following steps will help us.

#cd /home/<username>/.local/share/applications/
#rm -rf libre*

Menus will disappear after this.

0 Comments: