一、下载安装包,安装
1、去google 下载安装包
2、终端下 运行命令: rpm -ivh google-chrome-stable_current_i386.rpm
3、 出现如下错误:
4 、解决方案:
yum install RedHat-lsb 或者 yum install redhat-lsb
yum install wget
yum install libXScrnSaver
二、在/etc/yum.repos.d 下 添加下载源 (下面是32位机下的)
1、新建文件,名为:google-chrome.repo
2、在文件中添加
[google-chrome]
name=google-chrome
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
3、yum install google-chrome-stable (root 下)