How to: Install Google Chrome in Ubuntu using the command line

Google Chrome is the free web browser developed by Google, another step for the final goal of world wide domination. One of the popular and widely used web browser by most of the internet users, available for Linux, Windows, Mac OS X and Mobile.

Add PPA in Ubuntu:
First download and install the key from Google Linux Repository.

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

After installing the key, run the below command to add it to the repository.

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

Thats it. Now update your repository and install the browser.

To Update

sudo apt-get update

To Install the Stable Version

sudo apt-get install google-chrome-stable

To Install the Beta Version

sudo apt-get install google-chrome-beta

To Install the Unstable Version

sudo apt-get install google-chrome-unstable


Donate Bitcoin
Leave a Reply

Your email address will not be published. Required fields are marked *