Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 43430  / 1 Year ago, fri, april 14, 2023, 12:35:27

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.


More From » 10.10

 Answers
2

Open a terminal, type in the following command and follow the on-screen instructions:



sudo aptitude purge openoffice.org


If you don't already have the aptitude package installed, you can do so by:



sudo apt-get install aptitude


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.


[#44079] Friday, April 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
impisaso

Total Points: 423
Total Questions: 106
Total Answers: 104

Location: Virgin Islands (U.S.)
Member since Tue, Feb 2, 2021
3 Years ago
;