[Seek Help] 深度云打印缺少依赖,要怎么安装这个依赖。
Tofloor
poster avatar
134******50
deepin
2021-12-29 18:28
Author

image.png

深度云打印缺少依赖,要怎么安装这个依赖。libthrift-0.10.0:amd61 0.10.0-1~

Reply Favorite View the author
All Replies
云的眼泪
deepin
2021-12-29 20:02
#1

仓库中的版本是0.11.0

sudo apt install libthrift-0.11.0

看看能不能解决问题。

Reply View the author
忘记、过去
deepin
2021-12-29 20:32
#2

dpkg-deb -R xxxxxxxx.deb ./tmp

自行修改 DEBIAN/control 中 Depends 字段,把里面的 libthrift-0.10.0 改成楼上大佬说的 libthrift-0.11.0,保存后在 tmp 文件夹中打开终端,执行 fakeroot dpkg-deb -b ./ ../xxxxxxxx.deb 重新封包,再安装

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2021-12-30 03:03
#3

星火提供了这个依赖。。。

你是不是星火装完之后没apt update过?

Reply View the author
134******50
deepin
2021-12-30 03:05
#4
神末shenmo

星火提供了这个依赖。。。

你是不是星火装完之后没apt update过?

没有update

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2021-12-30 06:33
#5
134******50

没有update

如果星火的软件出现依赖问题可以先update下,如果依赖不满足我们是会加一个依赖补充的,正常来说刷新完就能用了

Reply View the author