依赖安装了,为什么还是提示没有?
Tofloor
poster avatar
zhoulang_rr
deepin
2020-09-18 21:24
Author


准备安装git的界面客户端:aureesgit

dpkg: 对于含 aureesgit 的文件 AureesSetup-linux.deb ,有预依赖问题:
aureesgit 预依赖于 libgconf2-4
  libgconf2-4 未安装。

dpkg: 处理归档 AureesSetup-linux.deb (--install)时出错:
预依赖问题 - 将不安装aureesgit
在处理时有错误发生:
AureesSetup-linux.deb


然后我安装了这个依赖libgconf2-4:

(base) ➜   sudo apt install libgconf-2-4      
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
libgconf-2-4 已经是最新版 (3.2.6-5)。


但是再次安装的时候还是和最上面一样的提示,提示依赖还是没有安装

Reply Favorite View the author
All Replies
lcw0268
deepin
2020-09-18 21:43
#1
版本。
看AureesSetup-linux.deb要求的版本和系统的libgconf2-4版本。
还有,libgconf2-4的链接可能损坏。或者AureesSetup-linux.deb探测位置。
sudo apt install libgconf-2-4 --reinstall
重新安装libgconf-2-4。
Reply View the author
Ziggy
deepin
2020-09-18 21:59
#2
sudo apt -f install
Reply View the author
强迫症晚期患者
deepin
2020-09-18 23:36
#3
也可能是版本没有满足要求
Reply View the author
130******27
deepin
2020-09-18 23:52
#4
可能你装的依赖缺少依赖
Reply View the author