https://www.linuxidc.com/Linux/2016-05/131538.htmlinux
1.配置yum下載源:chrome
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub瀏覽器
[root@localhost yum.repos.d]# yum -y install google-chrome-stableide
PS: Google官方源可能在中國沒法使用,致使安裝失敗或者在國內沒法更新,能夠添加如下參數來安裝:google
[root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheckurl
這樣,google chrome就可在安裝成功。htm