How to Install Google Chrome Web Browser on Ubuntu 20.04

Google Chrome is most widely used web browser. It allows the users to surf internet faster, safer & easier. Google chrome is not an open source software that’s why it is not available in the default package repositories of Ubuntu. So to install chrome, first we must download the  google chrome debain package from google itself and then install it.

In this post, we will discuss two different ways to install google chrome in Ubuntu 20.04 LTS system. Below steps will also be applicable for Ubuntu 18.04 LTS system.

Google Chrome Installation via Terminal

Open the terminal using the short-cut keys ‘Ctl+Alt+t‘ and run following wget command to download chrome debian package,

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Download-Google-Chrome-Ubuntu-Terminal

Run below dpkg command to install google chrome,

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

Install-Google-Chrome-dpkg-Command

Above output confirms that Google chrome has been installed successfully. So to start google chrome from terminal, type ‘google-chrome‘ command.

$ google-chrome

output

Access-Google-Chrome-Command-Line-Ubuntu

Click on ‘OK’

Google-Chrome-Welcome-Page-Ubuntu

Now let’s move to alternate way to install Google Chrome.

Google Chrome Installation via Graphically (GUI)

Google chrome on Ubuntu Linux can easily be installed via graphically. Please refer the beneath steps for the same.

1) Start the web browser and type following URL and hit enter

https://www.google.com/chrome/

Download-Google-Chrome-Graphically-Ubuntu

2) Click on Download Chrome

Choose-Ubuntu-64-bit-Google-Chrome

Choose ‘64 bit .deb‘ option and then click on ‘Accept and Install

3) Install with ‘Software Install’ tool

Chrome-Software-Install-Ubuntu

Choose ‘Open with + Software Install‘ and then click on ‘OK’. This will start the installation once the download is completed.

In case Installation does not start automatically then go to downloads folder and right click on downloaded Debian package and choose ‘Open with Software Install

Software-Install-Google-Chrome

In the following screen, click on ‘Install‘ , this will start the installation.

Install-Chrome-Software-Install-Ubuntu

Once the installation is completed, close this window and access google chrome.

4) Access Google Chrome Web Browser.

To access Google Chrome, go to dash and search chrome,

Search-Google-Chrome-Ubuntu-Dash

Click on Icon, it will start Google Chrome web browser,

Google-Chrome-Webiste-URL

That’s all from this post. I hope you have it informative. Please do share your feedback and comments in below comments section.

Also Read: How to Run Linux Shell Command / Script in Background

2 thoughts on “How to Install Google Chrome Web Browser on Ubuntu 20.04”

  1. “this command will fix the error & will install the chrome” I think it will install broken dependencies. How do you maintain the chrome installation when a new version from Google is available? Download and install it manually every time?

    Reply
    • Hi Tomas ,

      If the latest version of Google Chrome is in repository , then using apt-get update command we can update the chrome version to latest , otherwise we have to manually download chrome from Google site and install it.

      Reply

Leave a Comment