Tutorial

Install Chrome on Linux Mint - Easy Step-By-Step Guide

Published on August 3, 2022
Default avatar

By Jayant Verma

Install Chrome on Linux Mint - Easy Step-By-Step Guide

While we believe that this content benefits our community, we have not yet thoroughly reviewed it. If you have any suggestions for improvements, please let us know by clicking the “report an issue“ button at the bottom of the tutorial.

In this tutorial, we will see how to install Chrome on Linux Mint. Google Chrome is a popular web browser that is suitable for surfing amazing websites like this one. We will also cover a better alternative to Chrome that is easier to install.

Steps to Install Google Chrome on Linux Mint

Let’s go over the steps to install Google Chrome, which is Google’s version of the original open-source Chromium browser. Since Google Chrome isn’t natively available in the package repositories, we need to add their Linux repos and install the package from there.

1. Downloading the Key for Chrome

Before we proceed, install Google’s Linux package signing Key. This key will automatically configure the repository settings necessary to keep your Google Linux applications up-to-date.

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Google Chrome Key
Google Chrome Key

2. Adding Chrome Repo

For installing Chrome you need to add Chrome repository to your system source. You can do this with the command:

sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"

You may also add the repository manually by editing your /etc/apt/sources.list file.

3. Run an Apt Update

After you add the Chrome repository in the last step you need to do an apt-update. The command for doing that is:

sudo apt update
Add Chrome Repo
Add Chrome Repo and Update

4. Install Chrome on Linux Mint

After going through the commands above you are ready to finally install Chrome. The command for doing that is :

sudo apt install google-chrome-stable
Install Google Chrome Stable
Install Google Chrome Stable

This command installs the stable version of Chrome.

While installing you will be prompted to grant permission to proceed with the installation. Press ‘y’ to continue.

That is it! Now you can run Google Chrome by typing in :

google-chrome 

Or you can use the GUI to go to your applications and find Google Chrome there.

5. Uninstalling Chrome

To uninstall Google Chrome use the command :

sudo apt remove google-chrome-stable

This will successfully remove Google Chrome from your system.

A better Alternative: Chromium

150px Chromium Material Icon

Chromium is an open-source version of Chrome. It is present by default in the Linux repositories. So you won’t need to add it explicitly.

To install Chromium you just need to run the command :

sudo apt install chromium-browser

One command and Chromium is ready to go!

That’s it, folks!

In this tutorial, we saw how Chrome can be installed on Linux systems. Apart from that we also saw Chromium, a better open-source version of Chrome that is readily available on Linux.

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about us


About the authors
Default avatar
Jayant Verma

author

Still looking for an answer?

Ask a questionSearch for more help

Was this helpful?
 

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel