centos7 安装谷歌浏览器教程

  1、先安装一下依赖包;

  yum install redhat-lsb*

  yum -y install libXss*

  yum install libappindicator*

  2、使用root权限安装chrome浏览器;

  sudo rpm -ivh google-chrome-stable_current_x86_64.rpm

  • 安装过程中可能报如下错误:

centos7 安装谷歌浏览器教程

  • 安装 需要的包:
yum install liberation-fonts

centos7 安装谷歌浏览器教程

  • 查看包源:
yum provides */libvulkan.so.1

centos7 安装谷歌浏览器教程

  • 添加依赖包
 yum install vulkan
  • 执行谷歌浏览器安装命令
sudo rpm -ivh google-chrome-stable_current_x86_64.rpm

centos7 安装谷歌浏览器教程

 安装成功后,可能出现chrome打不开情况,需要执行如下命令即可解决

/usr/bin/google-chrome --no-sandbox

centos7 安装谷歌浏览器教程

centos7 安装谷歌浏览器教程

参考:http://www.xitongcheng.com/jiaocheng/dnrj_article_67309.html

 https://zhuanlan.zhihu.com/p/106071525