uninstall programs ubuntu code example
Example 1: ubuntu apt uninstall
sudo apt-get remove <application_name>
Example 2: apt-get uninstall
sudo apt-get --purge autoremove pkg
Example 3: how to uninstall a software in ubuntu
$ sudo apt-get remove package-name
Example 4: how to remove software from ubuntu
sudo apt-get purge --auto-remove package-name