how remove software from ubuntu code example
Example 1: how to uninstall a software in ubuntu
$ sudo apt-get remove package-name
Example 2: how to uninstall a software in ubuntu
$ sudo apt-get purge package-name
Example 3: how to uninstall a software in ubuntu
$ dpkg --list