[System Installation] 20.8更新到20.9,提示更新失败
Tofloor
poster avatar
孤独时代的老狗
deepin
2023-06-05 22:10
Author

【系统环境】

image.png

【操作步骤】

image.png

【问题现象】

由于升级了应用商店导致商店打不开,想要升到20.9

但是更新失败(如图),执行 sudo apt update && sudo apt upgrade 后看过去没啥问题,执行结果如下:

image.png

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-06-05 22:15
#1

终端能正常更新吗?

Reply View the author
babyfengfjx
Super Moderator
CQA
2023-06-05 22:20
#2

这个跨版本过程中可能存在一些依赖问题,可以通过终端执行:sudo apt update && sudo apt dits-upgrade 更新上来看看。

Reply View the author
ThinKinG
deepin testing team
2023-06-05 23:14
#3

亲!使用终端更新看下具体报错

Reply View the author
孤独时代的老狗
deepin
2023-06-05 23:44
#4
babyfengfjx

这个跨版本过程中可能存在一些依赖问题,可以通过终端执行:sudo apt update && sudo apt dits-upgrade 更新上来看看。

执行之后提示如下:

~$ sudo apt update && sudo apt dits-upgrade
请输入密码:
验证成功
命中:2 https://community-packages.deepin.com/beige beige InRelease
命中:3 https://pro-driver-packages.uniontech.com eagle InRelease    
命中:4 https://community-packages.deepin.com/driver driver InRelease  
命中:5 https://community-packages.deepin.com/printer eagle InRelease  
命中:6 http://packages.microsoft.com/repos/code stable InRelease            
命中:1 https://home-store-img.uniontech.com/230605134738939/appstore deepin InRelease
命中:7 https://packages.microsoft.com/repos/edge stable InRelease
正在读取软件包列表... 完成                      
正在分析软件包的依赖关系树   
正在读取状态信息... 完成   
有 1140 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
E: 无效的操作 dits-upgrade
Reply View the author
孤独时代的老狗
deepin
2023-06-05 23:45
#5
ThinKinG

亲!使用终端更新看下具体报错

执行之后提示如下:

~$ sudo apt update && sudo apt dits-upgrade
请输入密码:
验证成功
命中:2 https://community-packages.deepin.com/beige beige InRelease
命中:3 https://pro-driver-packages.uniontech.com eagle InRelease  
命中:4 https://community-packages.deepin.com/driver driver InRelease  
命中:5 https://community-packages.deepin.com/printer eagle InRelease  
命中:6 http://packages.microsoft.com/repos/code stable InRelease        
命中:1 https://home-store-img.uniontech.com/230605134738939/appstore deepin InRelease
命中:7 https://packages.microsoft.com/repos/edge stable InRelease
正在读取软件包列表... 完成                  
正在分析软件包的依赖关系树   
正在读取状态信息... 完成   
有 1140 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
E: 无效的操作 dits-upgrade
Reply View the author
孤独时代的老狗
deepin
2023-06-05 23:46
#6
阿尼樱奈奈

终端能正常更新吗?

执行后提示如下:

~$ sudo apt update && sudo apt dits-upgrade
请输入密码:
验证成功
命中:2 https://community-packages.deepin.com/beige beige InRelease
命中:3 https://pro-driver-packages.uniontech.com eagle InRelease  
命中:4 https://community-packages.deepin.com/driver driver InRelease  
命中:5 https://community-packages.deepin.com/printer eagle InRelease  
命中:6 http://packages.microsoft.com/repos/code stable InRelease    
命中:1 https://home-store-img.uniontech.com/230605134738939/appstore deepin InRelease
命中:7 https://packages.microsoft.com/repos/edge stable InRelease
正在读取软件包列表... 完成              
正在分析软件包的依赖关系树   
正在读取状态信息... 完成   
有 1140 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
E: 无效的操作 dits-upgrade

Reply View the author
阿尼樱奈奈
deepin
2023-06-05 23:57
#7
孤独时代的老狗

执行后提示如下:

~$ sudo apt update && sudo apt dits-upgrade
请输入密码:
验证成功
命中:2 https://community-packages.deepin.com/beige beige InRelease
命中:3 https://pro-driver-packages.uniontech.com eagle InRelease  
命中:4 https://community-packages.deepin.com/driver driver InRelease  
命中:5 https://community-packages.deepin.com/printer eagle InRelease  
命中:6 http://packages.microsoft.com/repos/code stable InRelease    
命中:1 https://home-store-img.uniontech.com/230605134738939/appstore deepin InRelease
命中:7 https://packages.microsoft.com/repos/edge stable InRelease
正在读取软件包列表... 完成              
正在分析软件包的依赖关系树   
正在读取状态信息... 完成   
有 1140 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
E: 无效的操作 dits-upgrade

打错了,是sudo apt update && sudo apt dist-upgrade

Reply View the author
阿尼樱奈奈
deepin
2023-06-05 23:58
#8
babyfengfjx

这个跨版本过程中可能存在一些依赖问题,可以通过终端执行:sudo apt update && sudo apt dits-upgrade 更新上来看看。

提醒一下:打错了。正确的是:sudo apt update && sudo apt dist-upgrade

Reply View the author
孤独时代的老狗
deepin
2023-06-06 23:06
#9
阿尼樱奈奈

提醒一下:打错了。正确的是:sudo apt update && sudo apt dist-upgrade

好的,谢谢

Reply View the author