how to uninstall software in linux code example
Example 1: apt uninstall
sudo apt-get remove [pkg]
Example 2: how to remove a software from linux
# use this for centos
sudo yum remove [pkg_name]
sudo apt-get remove [pkg]
# use this for centos
sudo yum remove [pkg_name]