uninstall software from system ubuntu code example
Example 1: ubuntu apt uninstall
sudo apt-get remove <application_name>
Example 2: how to completely remove apps ubuntu package
$ sudo apt-get autoremove
sudo apt-get remove <application_name>
$ sudo apt-get autoremove