参考地址: Install Google Chrome on Fedora 26/25, CentOS/RHEL 7.3

用root用户生成repo文件

cat << EOF > /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome - \$basearch
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
EOF

安装稳定版

yum install google-chrome-stable

安装测试版

yum install google-chrome-beta

安装不稳定版

yum install google-chrome-unstable

安装过程中可能会报错

GPG key retrieval failed: [Errno 14] curl#7

这是因为伟大的墙挡住了连接古狗

设置google-chome.repo文件

gpgcheck=0

就不检查key了