Google services are blocked in the country, the official web browser is slow to download chrome, so I try to configure the way Yum source to install Chrome browser
Baidu Experience: jingyan.baidu.com
Method/Step
- 1
cd/etc/yum.repos.d/
- 2
VI Google.repo
- 3
[Gogle]
Name=google-x86_64
Baseurl=http://dl.google.com/linux/rpm/stable/x86_64
Enabled=1
Gpgcheck=0
Gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Yum Install google-chrome-stable
- 4
Yum install google-chrome-stable
/http jingyan.baidu.com/article/fdbd4277f9f3d4b89f3f487e.html
How to install Chrome browser in CentOS 6.x. The Google-chrome.repo file is first created in the/ETC/YUM.REPOS.D directory and is written as follows: [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 with 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.
http://www.linuxidc.com/linux/2013-01/78066.htm
Chrome Yum Source configuration on centos7.x