[problem help] 今日更新依赖出问题了
Tofloor
poster avatar
deepin
2024-02-03 23:14
Author

星火应用商店更新也是,依赖有问题。

比较疑惑的是我最近也没有干什么。上一个比较重大的操作应该还是系统更新和安装星火应用商店里的qq音乐

我觉得我需要改掉终端中输入reboot进行重启的行为了。可能会打断后台的关键操作吧

截图_dde-control-center_20240203230110.png

image.png

多贴一张图帮忙分析一下,大概率apt指令出问题了

Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2024-02-03 23:27
#1

试试执行:sudo apt install -f

Reply View the author
deepin
2024-02-03 23:30
#2
阿尼樱奈奈

试试执行:sudo apt install -f

好像好了233.使用的是星火应用商店报错提供的

aptss install --fix-broken

我试过 sudo apt --fix-broken install但是好像不行,但上面那个可以

Reply View the author
long66312
deepin
2024-02-04 08:24
#3

Bing答案
Clear out the local repository of retrieved package files. sudo apt-get autoclean
Resolve dependencies problems sudo apt-get -f install sudo dpkg --configure -a sudo apt-get -f install
Update system packages and Upgrade software packages sudo apt-get update sudo apt-get upgrade
Finally run a full upgrade to solve your problem sudo apt -y full-upgrade

我用这个解决了gnustep-base-runtime : Depends: gnustep-base-common (= 1.29.0-6) but 1.28.1+really1.28.0-5 is to be installed

Reply View the author
deepin
2024-02-06 21:42
#4
long66312

Bing答案
Clear out the local repository of retrieved package files. sudo apt-get autoclean
Resolve dependencies problems sudo apt-get -f install sudo dpkg --configure -a sudo apt-get -f install
Update system packages and Upgrade software packages sudo apt-get update sudo apt-get upgrade
Finally run a full upgrade to solve your problem sudo apt -y full-upgrade

我用这个解决了gnustep-base-runtime : Depends: gnustep-base-common (= 1.29.0-6) but 1.28.1+really1.28.0-5 is to be installed

好的好的,感谢~

Reply View the author