linux CentOS 上安装chrome

时间:2023-03-08 21:04:33
linux CentOS 上安装chrome

1、wget http://chrome.richardlloyd.org.uk/install_chrome.sh   (用wget下载shell文件)
2、chmod u+x install_chrome.sh                                           (给文件授予权限)
3、 ./install_chrome.sh -s                   (用 ./ 命令执行sh文件,-s  表示安装的稳定版,之后等待数分钟就好了)
4、如果想卸载,则执行命令  yum remove google-chrome-stable  或者 ./install_chrome.sh -u  命令
5、执行以上命令需要在root权限下。