Results 1 to 3 of 3
Hi,
I think I made a bit of a mistake, and I need help to fix it.
What I did.
The supplier of my motherboard had some utility for monitoring ...
- 02-11-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Remove dependencies after apt-get remove metapackage
Hi,
I think I made a bit of a mistake, and I need help to fix it.
What I did.
The supplier of my motherboard had some utility for monitoring the sensors. This said it required gnome, so I installed gnome with "apt-get install gnome" (its actually going to run as a headless server). The application didn't work anyway because it required a library that was depreciated a long time ago. I wanted to remove gnome as I want the system clean. So I did
However it seems if at a bash shell I type gnome and hit tab it give me a load of gnome apps which are still on the system. After a google search it seems to indicate that apt-get won't remove the orphaned dependencies, and I should have used aptitude or possibly some other command autoremove purge etc.Code:apt-get remove gnome
My Question
What is the best way given the current state of my system to remove those orphaned dependencies ?
(I want to try and avoid getting the system more confused, I think I have done enough of that all ready!)
Thanks
- 02-11-2010 #2
- 02-12-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Thanks, I'll give that a look.


Reply With Quote
