本文使用Centos系统,文末有一键配置命令

下载rpm包

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

安装Chrome

yum install ./google-chrome-stable_current_x86_64.rpm -y

删除rpm包

rm -rf google-chrome-stable_current_x86_64.rpm 

启动Chrome (非rooot用户可省去参数 --no-sandbox

google-chrome-stable --no-sandbox

桌面上root用户版需要将Chrome图标拖到桌面修改运行参数
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

Centos一键命令:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm &&  yum install ./google-chrome-stable_current_x86_64.rpm -y && rm -rf google-chrome-stable_current_x86_64.rpm  && google-chrome --no-sandbox

Logo

更多推荐