[Linux] CentOS Chrome browser, linuxcentoschrome
Install Chrome in CentOS 6.x. First, create the google-chrome.repo file in the/etc/yum. repos. d directory, which writes the following content:
[Google-chrome] name = google-chromebaseurl = chrome
After configuring the Google Chrome browser Yum Repository, run the following command to install the Google Chrome browser:
# Install Google Chrome stable version
Yum install google-chrome-stable
# Install Google Chrome beta version
Yum install google-chrome-beta
# Install the unstable Google Chrome version
Yum install google-chrome-unstable
So far, Google Chrome has been installed. Due to the special nature of Google in China, sometimes it prompts that the host cannot be connected or the request times out. To solve this problem, you can only modify the/etc/hosts file and direct dl.google.com to another available server. You can download the file at http://code.google.com/p/smarthosts/and upload it to the /etc/hosts file.