Install Chrome to Ubuntu 20.04 Linux

Hi Guys! So today we will learn “how to Install Google Chrome for Ubuntu 20.04 Linux”. As we all know Google chrome is the most popular browser in the world.

There are many methods to install and download google chrome for Ubuntu Linux, but we will see the three ways.

  1. Install Google Chrome for Ubuntu via adding the Repo.
  2. Install Google Chrome in Ubuntu via downloading the package from the command line.
  3. The last one is, Install Google Chrome on Ubuntu from another browser.

So let’s move the requirement part to Install chrome for Ubuntu 20.04 Linux.


Requirements

So we require the Ubuntu 20.04 system with the sudo rights, so we can install the packages, want to install Ubuntu on the local system then follow the link.


1. Install browser via adding Repo.

So let’s install chrome on Ubuntu with repo follow the below instructions.

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

Now the above command will add the key, now set the repo with the below command.

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

let’s update the repositories for Ubuntu Linux by using the apt update command.

$ sudo apt update

And finally will install the stable version of chrome in Linux by using the apt command.

$ sudo apt-get install google-chrome-stable

Once the chrome browser gets installed we will search google on Ubuntu.

Install Google Chrome for Ubuntu 20.04 Linux Search
google chrome

2. Install Google chrome in Ubuntu via downloading the package from command line.

So now we will download the .deb package, with the wget command, but if you don’t have the wget command then install it by using apt.

$ sudo apt install wget

let’s download the .deb package for google chrome browser and install with dpkg command.

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install Google Chrome for Ubuntu 20.04 Linux wget command
wget command to download and install google chrome.

So the “google-chrome-stable_current_amd64.deb” file will be downloaded in the current directory, you can use the ls command to check the same.

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

In case you got any dependencies error, so use -f install with apt command.

$ sudo apt-get -f install

This will install all the dependencies forcefully and same you can search google on the Ubuntu search. So, let move to our next Method to install google chrome in Linux.


3. Install Google chrome on Ubuntu from another browser.

So now we will see how we can download and install google chrome from the front-end and another browser.

Click the link to download the package for Ubuntu 20.04 Linux for chrome. Let’s see the installation process step by Step.

Install and download Google Chrome for Ubuntu 20.04 Linux
Download Chrome

After going to the link, click “Download Chrome”, it will ask to Accept and install chrome.

Accept and Install

As we are using the Ubuntu that comes under the Debian family, we have to select 64-bit .deb package.

And the .rpm is for the RedHat family, If you want to see the difference between RedHat and Debian family then follow the link.

Once you will click on Accept and Install, it will ask you to save the file or open the file.

Save File

So click on save file and click on OK, it will get downloaded then double click the file to proceed further.

downloaded stable version

So after you double click the file it will open the Ubuntu Software in that will get the option to install.

install chrome

Once we clicked on install then it will start installing, and if it’s completed to 100% then we can use Google Chrome browser.

installing google chrome

So we have successfully installed google chrome on Ubuntu in three ways. Hope you like the post. Thank you so much to read the post. Keep Sharing and Support us.

Give your valuable time