Uninstall Application by Package Name

Example of looking by package name, and then uninstalling the packages themselves

dpkg -l | grep brave
sudo dpkg -r brave-browser
sudo dpkg -r brave-keyring

Leave a Reply