1.在/etc/yum.repos.d/目录下以终端root用户vim新建google.repo文件,然后复制以下内容到该文件,保存即可。
32位系统:
[google] name=Google – i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
64位系统:
[google64] name=Google – x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
2.可以安装了,命令:
yum install google-chrome-beta
至此搞定了不能直接安装问题。