[App Store] 应用商店安装软件下载失败。
Tofloor
poster avatar
西北老汉
deepin
2022-07-21 23:46
Author

如题。

截图_deepin-home-appstore-client_20220720134242.png

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-07-21 23:50
#1

检查下自己的 DNS 或者 网络代理 配置啥的有没有问题,截图里面图片全部加载失败了,有可能显示的是本地缓存的页面信息,实际上无法连接商店的服务器

Reply View the author
liwl
deepin
2022-07-22 00:05
#2

安装星火商店了吗?

Reply View the author
西北老汉
deepin
2022-07-22 00:10
#3
liwl

安装星火商店了吗?

没,这个是新安装的系统

Reply View the author
西北老汉
deepin
2022-07-22 00:10
#4
忘记、过去

检查下自己的 DNS 或者 网络代理 配置啥的有没有问题,截图里面图片全部加载失败了,有可能显示的是本地缓存的页面信息,实际上无法连接商店的服务器

DNS没有问题,网页能正常打开。

Reply View the author
zijinyise
deepin
2022-07-22 00:24
#5

新安装的系统先更新一下

Reply View the author
xuqi
deepin testing team
2022-07-22 00:46
#6
  • 新安装的先更新然后重启一把
  • 完了以后再试试安装应用
Reply View the author
BG7ZAG
deepin
2022-07-22 01:44
#7

新系统最好先更新下系统,更完重启后再装应用

Reply View the author
appler2020
deepin
2023-03-16 22:53
#8

可以尝试解决方法:

桌面右键--在终端中打开,输入命令如下:

cd /var/lib/dpkg

sudo mv info info.bk

sudo mkdir info

sudo dpkg --configure -a

sudo apt-get install -f

sudo mv /var/lib/dpkg/info/ /var/lib/dpkg/info.bk *

sudo rm -rf /var/lib/dpkg/info

sudo mv /var/lib/dpkg/info.bk /var/lib/dpkg/info

Reply View the author