Home > Debian, Linux, sys admin > Taken from Shell-fu

Taken from Shell-fu

December 2nd, 2008

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

Debian, Linux, sys admin

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.