[Seek Help] 不管我用命令安装什么软件都报这个依赖错误
Tofloor
poster avatar
Egdon
deepin
2023-05-06 06:27
Author

用apt安装总是报这个依赖错误

libqtcore4:i386 : 依赖: libglib2.0-0:i386 (>= 2.22.0) 但是它将不会被安装
org.deepin.chineseime : 依赖: libfcitx-qt0 但是它将不会被安装 或
fcitx-libs-qt
依赖: fcitx-libs 但是它将不会被安装
依赖: libqt4-dbus (>= 4:4.8.0) 但是它将不会被安装
依赖: libqt4-declarative (>= 4:4.8.0) 但是它将不会被安装
依赖: libqt4-network (>= 4:4.8.0) 但是它将不会被安装
依赖: libqtgui4 (>= 4:4.8.0) 但是它将不会被安装
依赖: libgrpc++1 但是它将不会被安装
依赖: libprotobuf17 但是它将不会被安装

Reply Favorite View the author
All Replies
Egdon
deepin
2023-05-06 06:35
#1

它建议用apt --fix-broken install修复

但会报这个错误

image.png

Reply View the author
阿尼樱奈奈
deepin
2023-05-06 06:36
#2

备份资料,重装系统,然后重装完毕后执行 sudo apt update && sudo apt upgrade

Reply View the author
阿尼樱奈奈
deepin
2023-05-06 06:41
#3

你装了一个软件把系统更新搞坏了。看上面的方法解决

Reply View the author
忘记、过去
deepin
2023-05-06 08:12
#4
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libglib2.0-0_2.58.3.9-1+deepin_i386.deb
sudo apt install -f
Reply View the author
阿尼樱奈奈
deepin
2023-05-06 08:17
#5
忘记、过去
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libglib2.0-0_2.58.3.9-1+deepin_i386.deb
sudo apt install -f

没想到还有这个,知道了

Reply View the author
Egdon
deepin
2023-05-06 08:21
#6
忘记、过去
sudo dpkg -i --force-overwrite /var/cache/apt/archives/libglib2.0-0_2.58.3.9-1+deepin_i386.deb
sudo apt install -f

谢谢大佬!成功解决了!

Reply View the author
Egdon
deepin
2023-05-06 08:22
#7
阿尼樱奈奈

没想到还有这个,知道了

谢谢大佬解答!成功解决了!

Reply View the author