一.创建yum源文件
vim /etc/yum.repos.d/google-chrome.repo
二.输入yum源信息
[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
三.安装google chrome
yum -y install google-chrome-stable --nogpgcheck