Uninstall google chrome from ubuntu 18.04/20.04/22.04; Through this tutorial, we will learn how to uninstall google chrome from linux ubuntu 18.04/20.04/22.04 using terminal or command line.
Whenever we have to remove Google Chrome from our Linux Ubuntu system due to some reason. So we see many tutorials for this. But in this simple tutorial, we have to follow only 3 steps. And we will easily remove google chrome from Linux ubuntu system using terminal or command line.
How to Uninstall Google Chrome in Ubuntu 18.04/20.04/22.04 using Terminal
Just follow the below given steps to uninstall google chrome from linux ubuntu 18.04/20.04/22.04 using terminal or command line:
- Step 1 – Open Terminal
- Step 2 – Update System Packages
- Step 3 – Uninstall Google Chrome From Ubuntu
Step 1 – Open Terminal
First of all, open terminal or command line by pressing Ctrl + Alt + T key from keyboard.
Step 2 – Update System Packages
Once the command line is open, then execute the following command on command line to update system packages:
sudo apt update
Step 3 – Uninstall Google Chrome From Ubuntu
Then execute the following command on terminal or command line to remove or uninstall google chrome from Linux ubuntu system:
sudo apt-get remove google-chrome-stable
Also, we can use the following commands to remove or uninstall google chrome from Linux ubuntu system:
sudo apt-get purge google-chrome-stable
Conclusion
Through this tutorial, we have learned how to uninstall or remove google chrome from linux ubuntu 18.04/20.04/22.04 using terminal or command line.
Recommended Linux Ubuntu Tutorials