uninstall software in ubuntu terminal code example
Example 1: command to remove a program linux
sudo apt-get remove [pkg]
Example 2: how to uninstall a software in ubuntu
$ sudo apt-get remove package-name
Example 3: how to remove a software from linux
# use this for centos
sudo yum remove [pkg_name]
Example 4: how to uninstall a software in ubuntu
$ dpkg --list