Ubuntu 12.04 installs Google Chrome
Download Google Chrome Deb pack
32-bit: Https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
64-bit: Https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Note : When using Ubuntu 12.04 Beta1, it is best to use the main server's software source, China's source does not seem to be complete.
Not too fond of using Ubuntu Software Center installation, boot too slow. Use Terminal installation directly:
1. Press Ctrl+alt+t to open the terminal:
Switch to the directory where Chrome is located:
CD Downloads
2. Installation :
sudo dpkg-i google-chrome-stable_amd64.deb
The error will be prompted, the dependency is not met, and the installation cannot be installed.
3. Next, we resolve the dependency relationship.
sudo apt-get-f Install
In this way, the dependent packages are installed automatically, and then the Google-chrome is automatically installed and done.
Reference: http://hi.baidu.com/kevin276/item/29bc1c96a208fabc82d29542
Ubuntu installs Google Chrome