1)在/etc/yum.repos.d/目录下添加google-chrome.repo文件

vimgoogle-chrome.repo
[google-chrome]
name=google-chrome-32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
之后保存、关闭。
(2)终端下输入以下命令:
sudoyuminstallgoogle-chrome-stable
=========================
对于64位系统:
[google-chrome]
name=google-chrome-64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub