在安装google-chrome-stable*.rpm的时候遇到如下错误,

warning: google-chrome-stable-69.0.3497.81-1.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 7fac5991: NOKEY error: Failed dependencies: libX11-xcb.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXcomposite.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXcursor.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXdamage.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXfixes.so.3()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXi.so.6()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXrandr.so.2()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXss.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libXtst.so.6()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libappindicator3.so.1()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libasound.so.2()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libatk-1.0.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libatk-bridge-2.0.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libgdk-3.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libgdk_pixbuf-2.0.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libgtk-3.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libpango-1.0.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64 libpangocairo-1.0.so.0()(64bit) is needed by google-chrome-stable-69.0.3497.81-1.x86_64

解决此问题,有两种方式

方式一:逐个下载依赖,并上传到linux系统并逐个安装,若依赖的包也依赖其他包,需要再下载上上级包,直到全部安装完毕

以libX11-xcb.so.1()(64bit)为例:在如下网站https://pkgs.org/about/可以找到依赖包,1处输入包名直接search,点击2处下载到本地。

把下载的rpm包上传到suse linux后执行如下命令:rpm -ivh libX11-xcb1-1.6.5-lp151.3.3.x86_64.rpm

若这个包还依赖其它包,也需要下载并安装。直到全部完成。这个办法有点笨。

方式二:利用suse自带的工具zypper

这个类似于yum命令,可以把包的依赖一次安装完成。zypper命令的详细介绍参考:https://blog.csdn.net/zhengyunling/article/details/104467922

这里直说使用:

新添源:zypper ar http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ openSUSE

刷新源使生效:zypper ref

以其中的一个包为例安装依赖包:zypper install libdbusmenu-gtk3*

可能不是所有的都可以通过Zypper方式安装,是因为增加的数据源里面并不存在,可以通过方式一作为补充,完成安装

Failed dependencies: libX11-xcb.so.1()(64bit) is needed by google-chrome-stable 安装Google chrome 报错相关推荐

  1. 安装R包报错 [tcl] grab failed: window not viewable.的解决方案

    安装R包报错 [tcl] grab failed: window not viewable.的解决方案 ##方法一:用下代码自己选择镜像 chooseCRANmirror(graphics=F) ## ...

  2. R安装nCov2019包报错:Failed to install 'unknown package' from GitHub: schannel: failed to receive handsh

    在Rstudio中,安装nCov2019包报错:Failed to install 'unknown package' from GitHub: schannel: failed to receive ...

  3. BUG之路2--ubuntu安装uwsgi测试报错:failed to open python file test.py

    心路历程 毫无疑问,又是能让我跳楼的BUG,但是结果都一样,很小的细节,卡我两天时间. BUG过程: 在ubuntu上部署django项目时,需要安装uwsgi服务器.根据教程安装完之后,然后会有一个 ...

  4. Pycharm 安装 github copilot 报错:failed to initiate the github login process please try again

    下载安装好copilot插件后,提示failed to initiate the github login process please try again 就非常的emo... 我的pycharm是 ...

  5. Win11安装Ubuntu子系统报错WslRegisterDistribution failed with error: 0x800701bc

    系统信息 报错信息 在网上找,得到解决方案:下载安装适用于 x64 计算机的最新 WSL2 Linux 内核更新包 下载链接:https://wslstorestorage.blob.core.win ...

  6. 解决安装ENVI5.3报错:the installation of MSVC_2010_SP1_x64_32bit has failed

    前一阵子需要用到ENVI5.3软件,一直装不上老是报 the installation of MSVC_2010_SP1_x64_32bit has failed.setup will now exi ...

  7. Linux上安装编译lzo报错:Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run 已解决

    1.详细报错信息 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (build- ...

  8. 安装tesserocr的报错RuntimeError: Failed to init API, possibly an invalid tessdata path解决办法

    前置环境 windows 10 操作系统 tesseract-ocr-w64-setup-v5.0.0-alpha.20191030.exe 安装路径在C:\Program Files\Tessera ...

  9. error: Failed dependencies:mysql-community-client(x86-64) = 5.7.9 is needed by mysql-commu

    在指令后面加上:  --nodeps --force rpm -ivh mysql-community-server-5.7.23-1.el7.x86_64.rpm --nodeps --force

  10. 安装node-sass运行报错 Module build failed: TypeError: this.getResolve is not a function at Object.loader

    在搭建vue脚手架 或者是在vue项目中,想使用sass的功能, npm install node-sass --save-dev //安装node-sass npm install sass-loa ...

最新文章

  1. 安装Windows 2012域控(For SQLServer 2014 AlwaysOn)
  2. PowerDesigner 使用的一些技巧
  3. oracle数据库IMP-00010错误解决
  4. linux shell编程多线程和wait命令学习
  5. Oracle内存管理(五)
  6. macbook proc 如何设置touch bar 为F键
  7. 软件项目管理第四章笔记---项目时间管理
  8. 爱心的数学函数方程_什么函数图像能构成爱心?
  9. matlab绘制频谱图代码,用MATLAB实现函数的频谱图
  10. 家用无线漫游组网设置-亲测可用
  11. 拼多多的砍价免费拿是真的吗?
  12. 在线版和离线版电路仿真以及开源电子硬件设计介绍
  13. 房地产软件解决方案供应商明源云在港交所主板上市
  14. 你和你的女神之间,差了一个OpenCV口红色号识别器,android开发环境的搭建步骤
  15. java中cbrt_JavaScript中带有示例的Math.cbrt()方法
  16. Linux下线程池源码实现
  17. m-audio keystation 88/61 midi键盘的走带控制器在cubase里面怎么用
  18. 关于用c++写心理测试是有分支就行的事(这次是哈利波特分院帽)
  19. notebook软件python_Jupyter notebook快速入门教程(推荐)
  20. 《炬丰科技-半导体工艺》LED 封装工艺

热门文章

  1. matlab张正友摄像机标定算法应用,张正友摄像机标定的研究(MATLAB+OpenCV)
  2. pvqc计算机类专业英语,计算机 英文
  3. eclipes工具介绍及下载安装汉化
  4. 嵌入式微处理器详述(1)---什么是嵌入式微处理器
  5. Vue改变网页背景颜色切换
  6. 正确安装破解后,打开Matlab R2018a 报错License Manager Error-8
  7. 最新双色球彩万宝缩水使用方法大全
  8. 钉钉在线课堂回看发给对方观看需要这样做
  9. 超详细的APP数据指标体系分析
  10. 中南民族大学 计算机科学学院,中南民族大学 计算机科学学院 蒋天发老师简介 联系方式 手机电话 邮箱...