在linux centos7中安装google chrome谷歌浏览器

1,下载google chrome rpm安装包。
链接:
谷歌浏览器rpm包

2,下载后使用yum -y install +安装包路径进行安装,自动解决依赖关系。
yum -y install ./google-chrome-stable_current_x86_64.rpm

3,yum 安装后vim /opt/google/chrome/google-chrome 在谷歌浏览器配置文件中最后一行
exec -a “ 0 " " 0" " 0""HERE/chrome” “$@” 追加 --no-sandbox --user-data-dir
即可打开使用。
在linux centos7中安装google chrome谷歌浏览器_第1张图片

你可能感兴趣的:(Linux,Centos,谷歌浏览器,chrome)