最近,我在我的主服务器上安装了netatalk。几天前,我试着使用apt-get安装一些软件包,但我收到了一条关于崩溃的依赖关系的消息。
The following packages have unmet dependencies:
krb5-multidev : Depends: libkrb5-3 (= 1.9.1+dfsg-1ubuntu2.3) but 1.10.1+dfsg-2 is to be installed
Depends: libgssapi-krb5-2 (= 1.9.1+dfsg-1ubuntu2.3) but 1.10.1+dfsg-2 is to be installed
libc-dev-bin : Depends: libc6 (< 2.14) but 2.15-0ubuntu15 is to be installed
Recommends: manpages-dev but it is not going to be installed
libc6-dev : Depends: libc6 (= 2.13-20ubuntu5.1) but 2.15-0ubuntu15 is to be installed
libnih1 : Depends: libc6 (< 2.14) but 2.15-0ubuntu15 is to be installed
ushare:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
Depends: libdlna0:i386 but it is not going to be installed
Depends: libupnp3:i386 (>= 1.4.3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).sudo apt-get -f安装想要完全删除我在系统上安装的所有软件包。我能做什么?
发布于 2012-10-05 13:47:19
首先,你做它让你做的事:
尝试‘apt-获取-f安装’没有包(或指定一个解决方案)。
(这条消息来自Debian;您实际上应该运行sudo apt-get -f install。)
如果这不能纠正问题,那么执行以下所有操作:
/etc/apt/sources.list,并确保您是在一个单一版本(例如,precise),并且没有尝试混合来自例如quantal等的源。sudo apt-get clean。sudo apt-get update。sudo apt-get dist-upgrade。https://askubuntu.com/questions/196773
复制相似问题