how to remove a software in 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
$ dpkg --list
$ sudo apt-get remove package-name
$ dpkg --list