Answers for "uninstall chrome ubuntu 20.04 completely"

1

ubuntu uninstall chrome

// Solution 1:
sudo apt-get remove google-chrome-stable

// Solution 2: 
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove
Posted by: Guest on October-11-2020

Code answers related to "uninstall chrome ubuntu 20.04 completely"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language