themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to purge uninstalled packages on Debian

$ dpkg --get-selections | grep deinstall | awk '{print $1}'| xargs sudo apt-get -y --purge autoremove