Answers for "how to uninstall chromium through terminal"

0

how to uninstall chromium through terminal

sudo apt-get remove chromium --purge
rm -rf ~/.config/chromium
rm -rf ~/.cache/chromium
sudo rm -rf /etc/chromium
Posted by: Guest on August-29-2021

Code answers related to "how to uninstall chromium through terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language