[problem help] 应用商店无法下载了 Resolved
Tofloor
poster avatar
易阳
deepin
2024-03-11 18:14
Author

不知道什么原因,最近deepin v23 beta3的应用商店里面不能下载应用了,但是应用商店里面应用更新的,可以点击可以更新升级。用星火应用商店,可以下载。基本现象就是这样,请问怎么解决?本人是小白

Reply Favorite View the author
All Replies
Jokul
deepin
2024-03-11 18:20
#1

右键打开终端,输入sudo apt update 检测一下源 看看有没有报错连接不通的源

如果有的话 就到/etc/apt/sources.list.d目录下,使用编辑器(需要管理员权限)打开目录下的文件,找到报错的源用#

号注释掉,应该就可以了

Reply View the author
兆兆嘟嘟嘟
deepin
2024-03-11 19:46
#2

要安装应用商店里的应用,先在应用商店打开详情页,点击版本号旁边的双向箭头,会显示包名,复制下来,然后在终端输入 sudo apt install 包名即可。

Reply View the author
易阳
deepin
2024-03-11 21:23
#3
兆兆嘟嘟嘟

要安装应用商店里的应用,先在应用商店打开详情页,点击版本号旁边的双向箭头,会显示包名,复制下来,然后在终端输入 sudo apt install 包名即可。

试了这种方式,提示不能定位软件包

image.png

Reply View the author
易阳
deepin
2024-03-11 21:24
#4
Jokul

右键打开终端,输入sudo apt update 检测一下源 看看有没有报错连接不通的源

如果有的话 就到/etc/apt/sources.list.d目录下,使用编辑器(需要管理员权限)打开目录下的文件,找到报错的源用#

号注释掉,应该就可以了

我把sources.list.d 下面的两个文件里面的源都注释掉了,甚至这下面两个文件都rm掉了,现在还是不行

image.png

Reply View the author
兆兆嘟嘟嘟
deepin
2024-03-11 22:11
#5
易阳

试了这种方式,提示不能定位软件包

image.png

把Jokul让你注释掉的源(主要是appstore.list中的)取消注释再试试。

Reply View the author
Ziggy
deepin
2024-03-12 09:47
#6

sudo apt update看看有哪些源被正确索引呢?注释appstore商店源之后就无法索引商店仓库的任何包了,可以看看注释前使用apt安装有什么报错呢

Reply View the author
易阳
deepin
2024-03-12 10:56
#7

sources.list文件内容是:
deb https://community-packages.deepin.com/beige/ beige main commercial community
deb-src https://community-packages.deepin.com/beige/ beige main commercial community
#deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free

注释或者开启清华的源,都无法从应用商店下载软件,但是提示更新的软件,却可以更新。非常奇怪

lyy@lyy-PC:~$ sudo apt update
请验证人脸,指纹或密码:
验证成功
命中:1 https://community-packages.deepin.com/beige beige InRelease
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
所有软件包均为最新。

我找不到appstore.list的文件,只有sources.list

用星火商店可以正常下载

Reply View the author
阿尼樱奈奈
Moderator
2024-03-12 13:23
#8
易阳

sources.list文件内容是:
deb https://community-packages.deepin.com/beige/ beige main commercial community
deb-src https://community-packages.deepin.com/beige/ beige main commercial community
#deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free

注释或者开启清华的源,都无法从应用商店下载软件,但是提示更新的软件,却可以更新。非常奇怪

lyy@lyy-PC:~$ sudo apt update
请验证人脸,指纹或密码:
验证成功
命中:1 https://community-packages.deepin.com/beige beige InRelease
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
所有软件包均为最新。

我找不到appstore.list的文件,只有sources.list

用星火商店可以正常下载

/etc/apt/sources.list.d 这个目录找找?

Reply View the author
忘记、过去
deepin
2024-03-12 13:35
#9
易阳

sources.list文件内容是:
deb https://community-packages.deepin.com/beige/ beige main commercial community
deb-src https://community-packages.deepin.com/beige/ beige main commercial community
#deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free

注释或者开启清华的源,都无法从应用商店下载软件,但是提示更新的软件,却可以更新。非常奇怪

lyy@lyy-PC:~$ sudo apt update
请验证人脸,指纹或密码:
验证成功
命中:1 https://community-packages.deepin.com/beige beige InRelease
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
正在读取状态信息... 完成
所有软件包均为最新。

我找不到appstore.list的文件,只有sources.list

用星火商店可以正常下载

因为你把 /etc/apt/sources.list.d/appstore.list 商店仓库删除了,可以执行 sudo apt reinstall deepin-app-store 重新写入仓库文件


另外,请从 /etc/apt/sources.list 中删除你加的清华源,buster 对应 Debian 10,而 Deepin V23 Beta3 目前介于 Debian 11-12 之间,随意添加仓库会导致各种异常问题。尤其是不知道你之前添加仓库后装了哪些东西。

P.S. 小白就别随便改仓库了,不然自己怎么凉凉的都不知道......

Reply View the author
易阳
deepin
2024-03-12 18:34
#10
忘记、过去

因为你把 /etc/apt/sources.list.d/appstore.list 商店仓库删除了,可以执行 sudo apt reinstall deepin-app-store 重新写入仓库文件


另外,请从 /etc/apt/sources.list 中删除你加的清华源,buster 对应 Debian 10,而 Deepin V23 Beta3 目前介于 Debian 11-12 之间,随意添加仓库会导致各种异常问题。尤其是不知道你之前添加仓库后装了哪些东西。

P.S. 小白就别随便改仓库了,不然自己怎么凉凉的都不知道......

谢谢斑竹的回复,学习了!

Reply View the author
易阳
deepin
2024-03-12 18:43
#11
易阳

谢谢斑竹的回复,学习了!

非常感谢,药到病除,问题解决!!!🍺

Reply View the author