Notes
How to purge uninstalled packages on Debian
$ dpkg --get-selections | grep deinstall | awk '{print $1}'| xargs sudo apt-get -y --purge autoremove
$ dpkg --get-selections | grep deinstall | awk '{print $1}'| xargs sudo apt-get -y --purge autoremove