解决第三方软件缺少依赖的方法
Tofloor
poster avatar
s18698615744
deepin
2020-04-28 01:25
Author
很多人在下载deb安装包之后,使用系统自带的安装器提示依赖不做。怎么解决呢?废话少数说我们看视频吧:第三方软件依赖缺失解决方案
希望会给小白们帮助:https://www.iqiyi.com/v_19ry60esqw.html

Reply Favorite View the author
All Replies
lbygljq
deepin
2020-04-28 02:05
#1
下载deb包,建议在下载位置,打开终端安装:
  1. sudo apt install ./deb包名称
Copy the Code
Reply View the author
箫声缘
deepin
2020-04-28 02:09
#2
我试了一下不行
Reply View the author
s18698615744
deepin
2020-04-28 02:16
#3

楼上的方法更简单一些。
Reply View the author
s18698615744
deepin
2020-04-28 02:17
#4

请上图分析一下原因。
Reply View the author
ShineWay
deepin
2020-04-28 04:06
#5
沙发正解
Reply View the author
xibeilang0616
deepin
2020-04-28 04:31
#6
The user is banned, and the content is hidden.
今风
deepin
2020-04-28 05:28
#7
用命令指定安装包路径,和双击安装不一样吗,求解
Reply View the author
SamLukeYes
deepin
2020-04-28 06:18
#8
本帖最后由 samlukeyes123 于 2020-4-28 22:13 编辑
https://bbs.deepin.org/post/193086
用命令指定安装包路径,和双击安装不一样吗,求解

dpkg只会直接帮你硬装上软件包,遇到依赖不满足只会报错而不会处理。apt命令会先处理依赖再安装。图形化的工具既可能是直接调用dpkg,也可能是调用apt或者采用与apt类似的策略。深度安装器可能属于前者。
Reply View the author
SamLukeYes
deepin
2020-04-28 06:26
#9
看了一下视频,它只适用于deepin的软件源可以解决依赖问题的情况。如果deepin软件源里缺少依赖包,就要把缺少的包都找出来,去debian那里下载。如果你想装的软件包依赖于一个与deepin系统组件冲突的软件包,那最好就别试着装这个包了,换一个别的解决方案。
Reply View the author
s18698615744
deepin
2020-04-29 04:43
#10
https://bbs.deepin.org/post/193086
用命令指定安装包路径,和双击安装不一样吗,求解

这个方法只是搞定,双击安装包启动安装器,显示依赖缺少的问题。
Reply View the author
神末shenmo
Moderator
Spark-App
2020-11-18 12:50
#11
SamLukeYes
本帖最后由 samlukeyes123 于 2020-4-28 22:13 编辑
https://bbs.deepin.org/post/193086
用命令指定安装包路径,和双击安装不一样吗,求解

dpkg只会直接帮你硬装上软件包,遇到依赖不满足只会报错而不会处理。apt命令会先处理依赖再安装。图形化的工具既可能是直接调用dpkg,也可能是调用apt或者采用与apt类似的策略。深度安装器可能属于前者。


在有conflict或者某些其实用apt一点屁事都没有的玄学情况下,软件包管理器会报错依赖不满足

可能是上游QApt就有这些操蛋问题

但是新版本解决了,只有conflict才会拒绝安装了

Reply View the author
lcw0268
deepin
2022-02-12 04:15
#12
It has been deleted!
dragonvshow
deepin
2022-03-03 01:18
#13

还是缺少依赖

image.png

Reply View the author
大多时候吃素
deepin
2022-03-08 09:11
#14

之前恰巧遇到过安装secureCRT运行报错加载不到库文件的问题:系统中的libicui18n.so是叫libicui16n.so.63,可以做个软链接给66

Reply View the author
zhouwu
deepin
2023-10-30 23:35
#15

可以自己尝试用sudo apt-get install 来从新安装相关依赖包

Reply View the author