remove app from ubuntu code example
Example 1: ubuntu apt uninstall
sudo apt-get remove <application_name>
Example 2: ubuntu remove application icon
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
sudo apt-get remove <application_name>
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".