首页 > 系统服务 > 详细

CentOS(Linux)安装chrome浏览器

时间:2014-04-04 02:32:19      阅读:632      评论:0      收藏:0      [点我收藏+]

首先说一下,谷歌的浏览器已经不支持RedHat&CentOS平台了,需要手动编译安装,会显得很麻烦的。

以下通过一种简单的方式来安装。

1、先下载脚本 http://chrome.richardlloyd.org.uk/install_chrome.sh

2、然后使用gedit编辑install_chrome.sh,并将其中的http://omahaproxy.appspot.com改为https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm。

修改之后为:

chrome_csv="https://dl.google.com/linux/direct
/google-chrome-stable_current_x86_64.rpm/all?os=linux&channel=$csv_type"

3、对下载的脚本 执行以下命令

chmod +x install_chrome.sh
./install_chrome.sh

CentOS(Linux)安装chrome浏览器,布布扣,bubuko.com

CentOS(Linux)安装chrome浏览器

原文:http://blog.csdn.net/enson16855/article/details/22896841

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!