[Others] 系统更新不了了,求大神帮忙呀。
Tofloor
poster avatar
花神领队
deepin
2021-07-23 22:13
Author

不知道怎么描述,直接上图了。

各位大神,这个问题要怎么解决呀??

Reply Favorite View the author
All Replies
天下无双有我
deepin
2021-07-23 23:04
#1

同问,我也遇到了一模一样的问题,连提示信息都一样

Reply View the author
花神领队
deepin
2021-07-23 23:39
#2
天下无双有我

同问,我也遇到了一模一样的问题,连提示信息都一样

自己瞎整了下,然后解决了。

 

https://bbs.deepin.org/zh/post/223651

Reply View the author
zenghexing
deepin
2021-07-24 01:29
#3

错误看起来是libmariadb3依赖版本冲突,需要版本:  1:10.3.27-0+deb10u1; 当前版本: 1:10.3.29-0+deb10u1;

可以考虑执行 :

(sudo) apt-get install libmariadb3=1:10.3.27-0+deb10u1

安装成它需要的版本

然后更新:  (sudo) apt-get update &&  (sudo) apt-get upgrade

再尝试去执行你的命令:  (sudo) apt-get dist-upgrade -y

(备注:  由于是从图片看文字再手打,可能存在拼写错误,需要检查下再拷贝去执行,

还有更改libmariadb3版本有可能会影响其他依赖于libmariadb3的其他东西)

Reply View the author
qq8645
deepin
2021-07-24 17:43
#4

删除  /usr/share/doc/libmariadb3/changelog.Debian.gz文件试试。

Reply View the author
whisler
deepin
2021-07-24 19:05
#5

sudo dpkg --configure -a
然后就可以了

Reply View the author