Thread
:
deborphan type tool?
View Single Post
vanhoutism
2007-12-24 , 15:29
Posts: 8 | Thanked: 0 times | Joined on Dec 2007
#
4
I wonder if there is a similar tool with less depends. thanks for giving it a shot though. I did figure out a way to purge old config stuff with dpkg that works well. I doesn't help at all with orphaned packages.
# dpkg --purge $(dpkg --list | grep ^rc | awk '{ print $2; }')
works well for cleaning out all the left over configs, and is faster than doing a --purge 1 package at a time.
Quote & Reply
|
vanhoutism
View Public Profile
Send a private message to vanhoutism
Find all posts by vanhoutism