我在升级时遇到了问题....
当我写作时
sudo dpkg --configure -a
,发生了以下事情……:
dependency problems prevent configuration of libnih-dbus1:
libnih-dbus1 depends on libnih1 (= 1.0.3-4ubuntu9); however:
Version of libnih1 on system is 1.0.3-4ubuntu2.
libnih-dbus1 depends on libc6 (>= 2.3.4); however:
Package libc6 is not installed.
dpkg: error processing libnih-dbus1 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libnih-dbus1
请帮忙
答案1
我遇到了这种情况,因此找到了这篇文章。我开始升级,然后我的电脑被关闭了。
修复了它
apt-get -f install
似乎libc6
想问是否可以停止服务以继续 - 我正在使用屏幕进行无头升级。升级没有得到该问题的答案,因此libc6
未安装。
继续现在do-release-upgrade
。