Selamat berpuasa kepada semua muslim, Maaf kami dari #debianmalaysia wish lewat. Sibuk skit :P
#linuxtips from #debianmalaysia
When you remove packages from your machine, there is possibly configuration file are still left out on your disk.
Check it now with "dpkg --list |grep '^rc' |awk '{print $2}'"
To remove thus packages
"apt-get purge -y $(dpkg --list |grep '^rc' |awk '{print $2}')" and
then
"apt-get autoremove -y"