Thread: Clean rootfs
View Single Post
Posts: 440 | Thanked: 160 times | Joined on Aug 2010 @ Las Vegas, NV
#12
Originally Posted by khuong View Post
dpkg -l | grep ^rc (this command will show you a list of apps configuration files still left in the system from uninstalled app)
dpkg --purge <appname> (This will remove it)
I got a huge list of config files. Anyway to delete all those (that are not required) files at once?