How to install Google Chrome

Solution 1:

google-chrome-stable is available on a 3rd Party Repository: Google Chrome (for Stable).

Follow the instruction for installation:

  1. Add Key:

    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
    
  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
    
  3. Install package:

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

Solution 2:

Video Demonstration

Go to https://www.google.com/intl/en-US/chrome/browser/

Screenshot: Chrome website

Click Download and a small window will pop up with some download options.

Screenshot: Chrome select package

We want the ".deb" for Ubuntu. Make sure this box is checked.

Note: Google no longer provides 32-bit versions for Linux - you are only able to get 64-bit versions for Linux as of at least February 2016

It will give you the option to "Open with..." or "Save File". The default option for "Open with..." is to open via "Software Install". Select this option.

Screenshot: Opening deb dialog

Give your PC a few moments and the ubuntu software center should open up with the .deb file you have downloaded ready to install. (I already have chrome installed) Click the install button and you will be prompted for your password to start the installation. This should take no more that 2mins to install.

Enjoy ;]

Note: Chrome will also be updated through the normal Ubuntu update process so you can expect to grab the latest version when Ubuntu updates.

Screenshot: Google Chrome in Software Center