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