limed's blog

GitHub Twitter

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

Back Home