安装chrome参考文章   

【1】https://blog.csdn.net/dejunyang/article/details/79829740

【2】https://www.cnblogs.com/liangjiongyao/p/9033109.html

 

执行 rpm -ivh google-chrome-stable_current_x86_64.rpm 提示错误如下:

centos7安装chrome踩坑——xxxx被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

 

解决方法:

【1】对于  libappindicator3.so.1()(64bit) 被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

         执行 yum provides */libappindicator3.so.1      查看依赖包的来源

centos7安装chrome踩坑——xxxx被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

        再执行   yum -y install libappindicator-gtk3-12.10.0-13.el7.x86_64                                 ok!!!

 

【2】对于liberation-fonts 被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

           yum -y install liberation-fonts                                                                                           ok!!!

 

【3】对于libvulkan.so.1()(64bit) 被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

          执行   yum provides */libvulkan.so.1     查找依赖包的来源

          centos7安装chrome踩坑——xxxx被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

    再执行  yum -y install vulkan-1.1.97.0-1.el7.x86_64                                       ok!!!

 

再次执行  rpm -ivh google-chrome-stable_current_x86_64.rpm

centos7安装chrome踩坑——xxxx被 google-chrome-stable-81.0.4044.138-1.x86_64 需要

     

相关文章: