To install chrome under Ubuntu, you can download it directly from the website: http://www.google.cn/intl/zh-CN/chrome/browser/thankyou.html?platform=linux
can also be installed by the command line, you can refer to this method: http://www.howopensource.com/2011/10/install-google-chrome-in-ubuntu-11-10-11-04-10-10-10-04/
Here is the command-line method of installation:
1. Add source and key
Wget-q-o-https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add-
2. Edit Google.list
sudo vi/etc/apt/sources.list.d/google.list
Add a line to the file: Deb Http://dl.google.com/linux/chrome/deb/stable main
Or: sudo sh-c ' echo ' deb http://dl.google.com/linux/chrome/deb/stable main ' >>/etc/apt/sources.list.d/ Google-chrome.list '
3. Update the source and install Chrome
sudo apt-get update
sudo apt-get install google-chrome-stable
PS: Install other versions of Chrome and change stable to beta or dev;
To install the beta version:
sudo apt-get install Google-chrome-beta
Installing the dev version
sudo apt-get install google-chrome-unstable
Ubuntu Install Chrome Brwoser