How to install google chrome on Ubuntu 16.04

Profile picture for user devraj

Google chrome is one of the most popular and widely used browser.

You should avoid installing google chrome directly from browser and Ubuntu software center, that create problem several times.

We recommend that you should use below command in your terminal to install google chrome.

Follow below 4 commands to install latest version of Google Chrome on your Ubuntu 16.04.

Step 1: Add key using below command

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

Step 2: Set repository

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

Step 3: Install Google Chrome Package

sudo apt-get update 
sudo apt-get install google-chrome-stable