how top remove apps on linux code example
Example 1: ubuntu apt uninstall
sudo apt-get remove <application_name>
Example 2: how to remove a software from linux
# use this for centos
sudo yum remove [pkg_name]
sudo apt-get remove <application_name>
# use this for centos
sudo yum remove [pkg_name]