[Seek Help] 应用商店下载失败
Tofloor
poster avatar
chenjj
deepin
2022-03-29 23:20
Author

刚装机升级过一次,也是用应用商店安装过软件,但是重启电脑之后再次在应用商店上就下载不了了

image.png

我在终端里面命令安装什么的都是正常的,就是应用商店上用不了

image.png

image.png

有没有大佬有什么好的方法救救孩子吧sob

Reply Favorite View the author
All Replies
vivian_me
deepin testing team
2022-03-29 23:24
#1

update一下

Reply View the author
chenjj
deepin
2022-03-29 23:27
#2
vivian_me

update一下

终端上是正常的.

root@chen-PC:/home/chen# apt update
命中:1 https://community-packages.deepin.com/deepin apricot InRelease
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
所有软件包均为最新。
Reply View the author
vivian_me
deepin testing team
2022-03-29 23:29
#3

您是不是把商店源屏蔽了

Reply View the author
chenjj
deepin
2022-03-29 23:34
#4
vivian_me

您是不是把商店源屏蔽了

没有吧,源就没有动过呀.

chen@chen-PC:/etc/apt$ ll
总用量 40
drwxr-xr-x   7 root root  4096 3月  29 15:00 .
drwxr-xr-x 139 root root 12288 3月  29 15:15 ..
drwxr-xr-x   2 root root  4096 3月  29 12:24 apt.conf.d
drwxr-xr-x   2 root root  4096 6月  30  2021 auth.conf.d
drwxr-xr-x   2 root root  4096 6月  30  2021 preferences.d
-rw-r--r--   1 root root   198 3月  29  2022 sources.list
drwxr-xr-x   2 root root  4096 3月  29 15:00 sources.list.d
-rw-r--r--   1 root root     0 1月  18 00:38 trusted.gpg
drwxr-xr-x   2 root root  4096 3月  29 13:19 trusted.gpg.d
chen@chen-PC:/etc/apt$ cat sources.list
## Generated by deepin-installer
deb https://community-packages.deepin.com/deepin/ apricot main contrib non-free
#deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free
chen@chen-PC:/etc/apt$ 

Reply View the author
deepin-superuser
deepin
2022-03-29 23:35
#5
chenjj

终端上是正常的.

root@chen-PC:/home/chen# apt update
命中:1 https://community-packages.deepin.com/deepin apricot InRelease
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
所有软件包均为最新。

小伙子, 这不正常,商店的源被你弄没了

sudo sh -c 'echo "deb https://com-store-packages.uniontech.com/appstore deepin appstore" > /etc/apt/sources.list.d/appstore.list'
sudo sh -c 'echo "deb https://community-packages.deepin.com/printer eagle non-free" > /etc/apt/sources.list.d/printer.list'
sudo apt-get update 
Reply View the author
chenjj
deepin
2022-03-29 23:36
#6
vivian_me

您是不是把商店源屏蔽了

把第二条加载--apt update-重新打开商店也不行

Reply View the author
chenjj
deepin
2022-03-29 23:37
#7
deepin-superuser

小伙子, 这不正常,商店的源被你弄没了

sudo sh -c 'echo "deb https://com-store-packages.uniontech.com/appstore deepin appstore" > /etc/apt/sources.list.d/appstore.list'
sudo sh -c 'echo "deb https://community-packages.deepin.com/printer eagle non-free" > /etc/apt/sources.list.d/printer.list'
sudo apt-get update 

咦!难道我无意中把源替掉了?我换了试试

Reply View the author
deepin-superuser
deepin
2022-03-29 23:38
#8
chenjj

咦!难道我无意中把源替掉了?我换了试试

别换,你的是删了,我这3条命令是给你加回去

Reply View the author
chenjj
deepin
2022-03-29 23:42
#9
deepin-superuser

别换,你的是删了,我这3条命令是给你加回去

尴尬还正是😂
可以了,谢谢大佬kissing_heart

Reply View the author