how to uninstall app on ubuntu code example
Example 1: remove app ubuntu terminal
sudo apt-get remove --purge <app name>
Example 2: sudo apt uninstall
sudo apt-get remove pkg
Example 3: ubuntu remove application icon
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".