apt-get uninstall code example
Example 1: apt remove
sudo apt-get --purge autoremove packagename
Example 2: apt-get uninstall
sudo apt-get --purge autoremove pkg
Example 3: apt uninstall
sudo apt-get remove [pkg]
Example 4: sudo apt uninstall
sudo apt-get remove pkg