remove package
This command will uninstall a given package with all the config files.
sudo apt-get --purge remove package-name
copy
This command will uninstall a given package with all the config files.
sudo apt-get --purge remove package-name
copy