配置 yum 源
$ sudo vim /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
yum 安装 google-chrome 浏览器
$ sudo yum -y install google-chrome-stable --nogpgcheck # 由于 Google 官方源被墙,需要加 --nogpgcheck 参数,以防安装失败