如何在linux CentOS 上安装chrome 谷歌浏览器?

获得linux命令的root权限:
http://blog.csdn.net/mddy2001/article/details/7652110
1. 更改密码
在终端中输入:
sudo passwd root
Enter new UNIX password: (在这输入你的密码)
Retype new UNIX password: (确定你输入的密码)
passwd: password updated successfully
2. 获取root权限
su root
Password: (在此输入你上面设置的密码)
或者直接用root账户登录。
如何在linux CentOS 上安装chrome 谷歌浏览器?
http://blog.csdn.net/wer724853863/article/details/52458160
1. su root( 获取root权限)
2. wget http://chrome.richardlloyd.org.uk/install_chrome.sh (用wget下载shell文件)
3. chmod u+x install_chrome.sh (给文件授予权限)
4. ./install_chrome.sh -s (用 ./ 命令执行sh文件,-s 表示安装的稳定版,之后等待数分钟就好了)
5. 如果想卸载,则执行命令 yum remove google-chrome-stable 或者 ./install_chrome.sh -u 命令

posted on 2017-02-23 17:25  cc_ccc  阅读(15331)  评论(1编辑  收藏  举报