how to uninstall apt packages code example
Example 1: apt-get uninstall
sudo apt-get --purge autoremove pkg
Example 2: sudo apt uninstall
sudo apt-get remove pkg
sudo apt-get --purge autoremove pkg
sudo apt-get remove pkg