uninstall a program ubuntu code example
Example 1: ubuntu apt uninstall
sudo apt-get remove <application_name>
Example 2: how to uninstall a software in ubuntu
$ sudo apt-get remove package-name
Example 3: how to uninstall a software in ubuntu
$ sudo apt-get purge package-name