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

本文介绍了一种在CentOS系统上快速安装Chrome浏览器的方法。通过编辑yum源配置文件并添加Google官方仓库,可以使用命令行工具轻松安装不同版本的Chrome浏览器,包括稳定版、测试版和不稳定版。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

下面介绍一下快速安装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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值