20应用商店都无法卸载软件?卸载什么都是失败。。。。。
Tofloor
poster avatar
xinqing_qj
deepin
2020-05-11 00:15
Author
卸载什么都是失败。。。。。
Reply Favorite View the author
All Replies
avatar
曾经
deepin
2020-05-14 18:51
#1
应该是应用商店有问题了,我之前安装软件时,中断过一次,应关机了,后来也出现你这种情况,安不上也卸不掉
Reply View the author
avatar
176******49
deepin
2020-05-14 19:14
#2
打开终端,输入下面两个命令,看一下有没有什么错误提示,然后再重新用应用商店卸载试试。
sudo dpkg --configure -a
sudo apt install -f
Reply View the author
avatar
hai0920
deepin
2020-05-15 07:59
#3
sudo dpkg --configure -a 这个命令出现下面提示
在处理时有错误发生:
ttf-mscorefonts-installer

在输入第二个命令时在处理时有错误发生:
ttf-mscorefonts-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
这样的提醒
说明一下,我的情况与上述老兄一样
Reply View the author
avatar
SamLukeYes
deepin
2020-05-15 08:22
#4
https://bbs.deepin.org/post/193997
sudo dpkg --configure -a 这个命令出现下面提示
在处理时有错误发生:
ttf-mscorefonts-installer

这应该是从sourceforge上下载字体失败
Reply View the author
avatar
hai0920
deepin
2020-05-15 15:19
#5
https://bbs.deepin.org/post/193997
这应该是从sourceforge上下载字体失败

今天早上突然微信能用了。
Reply View the author
avatar
dancingmeteor
deepin
2020-05-15 17:22
#6
windnbike replied at 2020-5-14 11:14
打开终端,输入下面两个命令,看一下有没有什么错误提示,然后再重新用应用商店卸载试试。
sudo dpkg --con ...

我也遇到了同样的问题,并且,根据提示命令,出现输入密码的时候,也是无法输入任何字符,安装程序无法修复。软件卸载不了,应用商店里的程序无法安装,提示,安装失败。
Reply View the author
avatar
dancingmeteor
deepin
2020-05-15 17:25
#7
安装软件总是提示依赖错误。系统更新也是这样的提示。
Reply View the author
avatar
176******49
deepin
2020-05-15 17:29
#8
https://bbs.deepin.org/post/193997
我也遇到了同样的问题,并且,根据提示命令,出现输入密码的时候,也是无法输入任何字符,安装程序无法修 ...

终端需要输入密码时不会显示任何字符,不会显示圆点或星号,正常输入密码,按回车即可。
Reply View the author
avatar
176******49
deepin
2020-05-15 17:52
#9
推测是ttf-mscorefonts-installer下载文件时网络向性不好,建议直接在WPS官网下载安装包安装。
https://www.wps.cn/product/wpslinux#
选择Deb的X64安装包。下载后直接安装即可。
Reply View the author
avatar
fexlou
deepin
2020-05-15 19:12
#10
https://bbs.deepin.org/post/193997
我也遇到了同样的问题,并且,根据提示命令,出现输入密码的时候,也是无法输入任何字符,安装程序无法修 ...

图片看不太清,如果是要修复依赖关系可以用sudo apt install -f
Reply View the author
avatar
dancingmeteor
deepin
2020-05-16 18:27
#11
https://bbs.deepin.org/post/193997
图片看不太清,如果是要修复依赖关系可以用sudo apt install -f

谢谢,搞定
Reply View the author