how remove aps on linux code example
Example 1: sudo apt uninstall
sudo apt-get remove pkg
Example 2: ubuntu remove application icon
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
sudo apt-get remove pkg
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".