Purge

linux purge
To uninstall a program, use the “apt-get” command, which is the general command for installing programs and manipulating installed programs. For examp...
apt remove --purge
What is the difference between apt remove and apt purge? apt remove just removes the binaries of a package. It leaves residue configuration files. apt...