removing an app ubuntu code example
Example 1: apt-get uninstall
sudo apt-get --purge autoremove pkg
Example 2: ubuntu remove application icon
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
sudo apt-get --purge autoremove pkg
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".