[How To] Clean up files left after removing packages
October 23, 2018
0
As known, in Debian/Ubuntu Linux, it is possible to remove package with remove and purge command. purge command removes package and all its files from the system, including configuration files too. remove command removes only binary files. …