CentOS7桌面版 安装 Chrome浏览器

1. 下载chrome rpm 包 - google-chrome-stable_current_x86_64.rpm
wget  https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
2. 安装依赖 liberation-fonts, libvulkan
[root@localhost ~]# rpm -ivh  google-chrome-stable_current_x86_64.rpm      
警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7fac5991: NOKEY
错误:依赖检测失败:
        liberation-fonts 被 google-chrome-stable-96.0.4664.45-1.x86_64 需要
        libvulkan.so.1()(64bit) 被 google-chrome-stable-96.0.4664.45-1.x86_64 需要
yum install liberation-fonts - y && yum install vulkan - y
3. 安装chrome
rpm -ivh  google-chrome-stable_current_x86_64.rpm 
[root@localhost ~]# rpm -ivh  google-chrome-stable_current_x86_64.rpm 
警告:google-chrome-stable_current_x86_64.rpm: 头V4 DSA/SHA1 Signature, 密钥 ID 7fac5991: NOKEY
准备中...                          ################################# [100%]
正在升级/安装...
   1:google-chrome-stable-96.0.4664.45################################# [100%]

此时在应用程序里已经可以看到google,但此时的双击无法运行,(双击,一直转圈,没有反应)

3.解决双击无法启动

CentOS7桌面版 安装 Chrome浏览器_第1张图片

在终端执行

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

你可能感兴趣的:(Linux,chrome,linux,前端)