sudo -s Got root?

2Dec/080

Taken from Shell-fu

This is taken from shell-fu.org still a pretty handy one liner though

aptitude search ~c | awk '{ print $2 }' | xargs aptitude -y purge

This will delete any packages that are not installed anymore which still has configuration files on the box

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

No trackbacks yet.