How to Uninstall Google Chrome in Ubuntu using Terminal

How to Uninstall Google Chrome in Ubuntu using Terminal

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

AuthorAdmin

Greetings, I'm Devendra Dode, a full-stack developer, entrepreneur, and the proud owner of Tutsmake.com. My passion lies in crafting informative tutorials and offering valuable tips to assist fellow developers on their coding journey. Within my content, I cover a spectrum of technologies, including PHP, Python, JavaScript, jQuery, Laravel, Livewire, CodeIgniter, Node.js, Express.js, Vue.js, Angular.js, React.js, MySQL, MongoDB, REST APIs, Windows, XAMPP, Linux, Ubuntu, Amazon AWS, Composer, SEO, WordPress, SSL, and Bootstrap. Whether you're starting out or looking for advanced examples, I provide step-by-step guides and practical demonstrations to make your learning experience seamless. Let's explore the diverse realms of coding together.

Leave a Reply

Your email address will not be published. Required fields are marked *