Centos6 安装chrome (转自ubunter的专栏)

来源:互联网 发布:结构体网络传输 编辑:程序博客网 时间:2024/06/05 18:19
下面介绍一下快速安装chrome的方法
vim /etc/yum.repos.d/CentOSBase.repo

根据你的系统增加一个节点


32-bit

[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-bit

[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
 


安装稳定版本:sudo yum install google-chrome-stable

安装测试版本:sudo yum install google-chrome-beta

安装不稳定版本:
sudo yum install google-chrome-beta