Uninstall Applications
Uninstall Linux ApplicationsΒΆ
Usually it is pretty simple to uninstall an application, using GUI tools like software managers. Sometimes some apps do not show up in GUI and hence we need to use Terminal to remove those applications. While the command to remove the application is simple, the exact name of the program needs to be known inorder to execute the command.
apt-cache search ProgramName
okular
apt-cache search okular
sudo apt purge ProgramName
sudo apt remove ProgramName
purge
command removes the configuration files of the related program as well.