官方网址:www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/
1、在 /etc/yum.repos.d/ 下创建 google-chrome.repo
[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
2、检查是否有Chrome信息
yum info google-chrome-stable
3、安装Chrome
yum install google-chrome-stable --nogpg