收到这条信息:
alkos@vps-21314:/root$ sudo apt-get -f install mailutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
linux-image-extra-4.4.0-70-generic : Depends: linux-image-4.4.0-70-generic but it is not going to be installed
linux-image-extra-4.4.0-77-generic : Depends: linux-image-4.4.0-77-generic but it is not going to be installed
linux-image-generic : Depends: linux-image-4.4.0-77-generic but it is not going to be installed
Recommends: thermald but it is not going to be installed
mailutils : Depends: mailutils-common (= 1:2.99.99-1ubuntu2) but it is not going to be installed
Depends: default-mta or
mail-transport-agent
Depends: guile-2.0-libs but it is not going to be installed
Depends: libmailutils4 (>= 1:2.99.99) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).没有一个apt-get -f install,sudo apt-get update && time,sudo apt-get dist-upgrade为我工作,从服务器获得相同的消息,我应该做什么来解决这个问题?
发布于 2017-05-05 13:54:28
在这些情况下,我通常使用aptitude,它有一个功能强大得多的简洁解决器引擎。命令是完全相同的,sudo aptitude install mailutils。它将开始向您提出各种解决方案,要求您确认或进入下一个解决方案。小心选择,因为有时它会移除对系统至关重要的一些依赖项(这发生在我身上,因为我没有仔细阅读到建议的解决方案将删除重要的包)
https://askubuntu.com/questions/912196
复制相似问题