uninstall apps on ubuntu code example
Example 1: how to completely remove apps ubuntu package
$ sudo apt-get remove package-name
Example 2: how to completely remove apps ubuntu package
$ sudo apt-get purge package-name
Example 3: ubuntu remove application icon
remove application icon file from "/usr/share/applications" or "~/.local/share/applications".
Example 4: how to completely remove apps ubuntu package
$ sudo apt-get autoremove