How To Install Google Chrome on Ubuntu 20.04

Google Chrome is the most popular and widely used web browser developed by Google. It uses the WebKit layout engine and has an inbuilt translate facility for translation of over 52 languages.

We can extend the functionality of Google Chrome by installing extension and web applications. Also, we can install themes for changing the way it looks.

Here, we will see how to install Google Chrome on Ubuntu 20.04.

Add Google Chrome Repository

Download the Google signing key and install it.

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

Set up the Google Chrome repository.

echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list

Install Google Chrome

Update the repository index.

sudo apt update

Stable Version

To Install stable version Google Chrome, use the below command.

sudo apt install -y google-chrome-stable

Beta Version

Want to try Google Chrome beta, run:

sudo apt install -y google-chrome-beta

Open Google Chrome

Graphical Mode

Google Chrome Stable

Go to Activities » Search for Google Chrome.

Start Google Chrome
Start Google Chrome

Google Chrome Beta

Go to Activities » Search for Google Chrome Beta.

Start Google Chrome Beta
Start Google Chrome Beta

Terminal Mode

Google Chrome Stable

google-chrome

OR

google-chrome-stable

Google Chrome Beta

google-chrome-beta

Screenshot of Google Chrome stable running on Ubuntu 20.04:

Google Chrome Running on Ubuntu 20.04
Google Chrome Running on Ubuntu 20.04

Screenshot of Google Chrome beta running on Ubuntu 20.04:

Google Chrome Beta Running on Ubuntu 20.04
Google Chrome Beta Running on Ubuntu 20.04

Conclusion

That’s All. I hope you have learned how to install Google Chrome on Ubuntu 20.04. Please share your feedback in the comments section.

Prev Post
Next Post
comments powered by Disqus