Linux+CentOS安装Google安装包,缺少依赖文件
安装时主要有三个依赖文件检测失败:libappindicator3.so.1、 liberation-fonts和libvulkan.so.1
(1)查看依赖包来源:yum provides */libappindicator3.so.1
(2)安装:yum install libappindicator-gtk3
安装完成后,如下图所示:
2. liberation-fonts 错误:依赖检测失败: liberation-fonts 被 google-chrome-stable-72.0.3626.109-1.x86_64 需要
(1)查看依赖包来源:yum provides */liberation-fonts
(2)安装:yum install liberation-fonts
安装完成后,如下图所示
3. libvulkan.so.1 错误:依赖检测失败:libvulkan.so.1()(64bit) 被 google-chrome-stable-85.0.4183.83-1.x86_64 需要
(1)查看依赖包来源:yum provides */ibvulkan.so.1
解决方法测试Ok:
root权限下输入命令:yum -y install vulkan-1.1.97.0-1.el7.x86_64