[Seek Help] 更新后,应用商店不能安装软件
Tofloor
poster avatar
豪牛9K
deepin
2021-02-28 02:42
Author

更新后,应用商店不能安装软件  商店里的软件,还是下载的deb包,都安装不了

Reply Favorite View the author
All Replies
ucSec
deepin
2021-02-28 02:56
#1

具体情况?终端输出?软件源?显示什么?

Reply View the author
安洛
deepin
2021-02-28 03:39
#2

命令行输入sudo apt update看看结果。

Reply View the author
豪牛9K
deepin
2021-02-28 15:07
#3
安洛

命令行输入sudo apt update看看结果。

sanniu@sanniu-PC:~$ sudo apt update

请输入密码

[sudo] sanniu 的密码:

验证成功

命中:1 https://community-packages.deepin.com/deepin apricot InRelease

命中:2 https://community-store-packages.deepin.com/appstore eagle InRelease

命中:3 https://community-packages.deepin.com/printer eagle InRelease

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

所有软件包均为最新。

 

 

这是输入命令之后,但是输入别的命令就说dpkg被占用

Reply View the author
安洛
deepin
2021-02-28 17:24
#4
豪牛9K

sanniu@sanniu-PC:~$ sudo apt update

请输入密码

[sudo] sanniu 的密码:

验证成功

命中:1 https://community-packages.deepin.com/deepin apricot InRelease

命中:2 https://community-store-packages.deepin.com/appstore eagle InRelease

命中:3 https://community-packages.deepin.com/printer eagle InRelease

正在读取软件包列表... 完成

正在分析软件包的依赖关系树       

正在读取状态信息... 完成       

所有软件包均为最新。

 

 

这是输入命令之后,但是输入别的命令就说dpkg被占用

dpkg同一时间只能运行一个。输入sudo apt install 你下载的软件包路径/文件

安装看看。

Reply View the author
Ziggy
deepin
2021-02-28 20:36
#5

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

Reply View the author