[App Store] 我的应用商店已经很长时间无法下载安装软件了
Tofloor
poster avatar
风羽无阻
deepin
2021-12-17 19:04
Author

不知是从哪一天开始,还是从更新到最新版开始,当我在应用商店安装软件时,所有的软件都是同样的问题,下载失败,但是卸载软件没问题,不知道其他小伙伴有没有类似的问题,烦请大佬们帮忙看看,谢谢~~

image.png

image.pngimage.png

Reply Favorite View the author
All Replies
liwl
deepin
2021-12-17 19:25
#1

终端执行一下sudo apt update看下

Reply View the author
风羽无阻
deepin
2021-12-17 20:11
#2
liwl

终端执行一下sudo apt update看下

试过了,问题依然存在的,谢谢~~

Reply View the author
liwl
deepin
2021-12-17 20:30
#3
风羽无阻

试过了,问题依然存在的,谢谢~~

然后sudo apt dist-upgrade看看又无报错?这个控制中心的问题,主要还是只想上面这两个命令,如果命令行出错,那控制中心也出错。

Reply View the author
liwl
deepin
2021-12-17 20:30
#4

或者你看下 cat /etc/apt/sources.list.d/appstore.list

内容是不是空了?

Reply View the author
风羽无阻
deepin
2021-12-17 22:05
#5
liwl

或者你看下 cat /etc/apt/sources.list.d/appstore.list

内容是不是空了?

sudo apt dist-upgrade 这个无报错

cat /etc/apt/sources.list.d/appstore.list 这个确实是空的,也不知道是不是一直都是空的

大佬,这种情况还有办法解决吗?

Reply View the author
liwl
deepin
2021-12-17 22:08
#6
风羽无阻

sudo apt dist-upgrade 这个无报错

cat /etc/apt/sources.list.d/appstore.list 这个确实是空的,也不知道是不是一直都是空的

大佬,这种情况还有办法解决吗?

直接修改

sudo vim /etc/apt/sources.list.d/appstore.list

添加下面内容:

deb https://com-store-packages.uniontech.com/appstore deepin appstore

保存退出

然后 sudo apt update && sudo apt dist-upgrade

应该就可以使用应用商店了

Reply View the author
风羽无阻
deepin
2021-12-17 22:55
#7
liwl

直接修改

sudo vim /etc/apt/sources.list.d/appstore.list

添加下面内容:

deb https://com-store-packages.uniontech.com/appstore deepin appstore

保存退出

然后 sudo apt update && sudo apt dist-upgrade

应该就可以使用应用商店了

按照大佬的方法,完美解决了应用商店无法下载安装软件的问题,多谢多谢~~

Reply View the author