无法在’util-linux’上执行立即配置

我正在尝试apt-get dist-upgrade但我得到错误:

E: Could not perform immediate configuration on 'util-linux'.Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)

我该如何解决这个问题?

我想,搞砸了系统。

我试图做apt-get dist-upgrade -o APT::Immediate-Configure=0但是我遇到了一个依赖循环错误: E: Couldn't configure pre-depend multiarch-support for libnih-dbus1, probably a dependency cycle.

然后我尝试apt-get install -f libnih-dbus1并得到另一个错误:

 The following packages have unmet dependencies: libc6-dev: Breaks: cmake (< 2.8.4+dfsg.1-5) but 2.8.1-4~lucid1 is to be installed E: Broken packages` 

然后我尝试了sudo apt-get install libc6-dev

然后我做了apt-get install util-linux -f -o APT::Immediate-Configure=0 ,这也很好。

所以我认为这个问题现在已经解决了。