How to install Chrome browser in CentOS 6.x. First create the Google-chrome.repo file in the/ETC/YUM.REPOS.D directory, which writes the following:
[Google-chrome]name=google-chromebaseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearchenabled = 1gpgcheck=1gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
After configuring Google Chrome Yum Repository, you can install Google Chrome by using the following command:
# Install Google Chrome stable version
Yum Install google-chrome-stable
# Install Google Chrome beta version
Yum Install Google-chrome-beta
# Install Google Chrome unstable version
Yum Install google-chrome-unstable
The Google Chrome browser is now ready to install. Due to Google's particularity in China, sometimes when the command is installed, it will prompt the host not to connect or request timeout. This problem can only be resolved by modifying the/etc/hosts file to point dl.google.com to another available server. can be downloaded in http://code.google.com/p/smarthosts/and added to the/etc/hosts file.
"Linux" CentOS install Chrome browser