Install Google Chrome on Ubuntu

2014-04-09

Run in terminal following commands:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update

There are three versions of Google Chrome:

I prefer to use stable, so run in terminal:

sudo apt-get install google-chrome-stable