[App Store] 不管安装啥应用都提示安装失败但是 实际上是安装成功 怎么办
Tofloor
poster avatar
小布学长
deepin
2021-03-10 23:57
Author

Reply Favorite View the author
All Replies
guaguale
deepin
2021-03-10 23:59
#1

命令行试试,dkpg的问题,看看提示什么

Reply View the author
小布学长
deepin
2021-03-11 00:06
#2
guaguale

命令行试试,dkpg的问题,看看提示什么

不会啊

Reply View the author
剥壳白煮蛋
deepin
2021-03-11 00:11
#3
小布学长

不会啊

进入 deb 安装包路径

sudo dpkg -i xxxxx.deb

Reply View the author
小布学长
deepin
2021-03-11 00:40
#4

Reply View the author
虫子集花
deepin
2021-03-11 02:26
#5

我也遇到过这个问题,后来命令行中看到了个依赖错误,卸载那个依赖问题的软件又好了。

Reply View the author
Ziggy
deepin
2021-03-11 07:03
#6

sudo apt -f install && sudo dpkg --configure -a看报错

Reply View the author