Chrome is Google's web browser. It is a good browser, fast, true the standard and easy to use website. Unfortunately only Windows and MAC. But little by little we are working on a version for Linux.

Navegador web Chrome

If you want to try the following steps.

Open a terminal to install the repository
opening with gedit sources.list

sudo gedit /etc/apt/sources.list

Add these lines to the end of your sources.list file

# Chrome
jaunty main deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

Save the changes and close gedit to return to the terminal. To retrieve the PGP key used to authenticate the packages:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

Update the repositories and install Chrome with:

sudo apt-get update && sudo apt-get install chromium-browser

And with this you will have available to test Chrome Chromium Applications → Internet → Web Browser.