how to unistall application linux code example
Example 1: apt remove
sudo apt-get --purge autoremove packagename
Example 2: how to remove a software from linux
# use this for centos
sudo yum remove [pkg_name]
sudo apt-get --purge autoremove packagename
# use this for centos
sudo yum remove [pkg_name]