ubuntu uninstall google chrome code example
Example 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
Example 2: remove google chrome linux
sudo apt purge google-chrome-stable