Removing Cruft From A Debian Box

Page content

If you remove a package from a debian package and for get to add the -purge argument the package will leave its configurations files on your system. In order to view all the packages that have done this you can simply run.

sudo dpkg -l | egrep "^rc"`

If you wish remove those configurations files you can simple run

sudo aptitude purge ~c