请教:有没有在深度上成功安装Photoflare图像编辑器 的?
Tofloor
poster avatar
星罗秋旻
deepin
2020-04-16 00:52
Author
我下了个DEB文件,可却提示  “依赖关系不满足:libqt5core5a ”



Reply Favorite View the author
All Replies
avatar
残念
deepin
2020-04-16 01:09
#1
终端输入 sudo apt -f install  自动解决依赖问题
或者手动安装 sudo apt install libqt5core5a
Reply View the author
avatar
SamLukeYes
deepin
2020-04-16 01:32
#2
通常出现这种情况是因为软件源里面没有libqt5core5a,可以找一找Debian或者Ubuntu有没有这个包,手动下载安装
Reply View the author