首先使用root用户登录,并使用以下命令:
1 |
vim /etc/yum.repos.d/CentOS-Base.repo |
根据你的系统增加一个节点。
32-Bit:
1 2 3 4 5 6 |
[Google-Chrome] name=Google-Chrome-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-Bit:
1 2 3 4 5 6 |
[Google-Chrome-64] name=Google-Chrome-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 |
然后根据自己需要使用以下命令安装相应的版本:
安装稳定版本:
1 |
yum install google-chrome-stable |
安装测试版本:
1 |
yum install google-chrome-beta |
安装不稳定版本:
1 |
yum install google-chrome-beta |
纠正下,Centos这样是根本装不上Chrome的,centos的部分软件库太老了,chrome的依赖好像是c10还是11来着