I want to completely remove open office from my system. What packages do I need to uninstall to remove it completely?
I am using Ubuntu 10.10.
I want to completely remove open office from my system. What packages do I need to uninstall to remove it completely?
I am using Ubuntu 10.10.
Go to
Synaptic Package Manager
and choose the partinstalled packages
to list out only installed packagesthen, Search on
OpenOffice
Mark all OpenOffice packages that are found for complete removal by right-clicking on them.
Do the same thing searching
OO3
Or Run
sudo apt-get remove openoffice*.*
Open a terminal, type in the following command and follow the on-screen instructions:
If you don't already have the aptitude package installed, you can do so by:
The advantage of aptitude over apt-get is that it installs all needed dependencies automatically when installing a package, and it removes all obsolete dependencies automatically that aren't needed anymore.