首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装新的软件包

无法安装新的软件包
EN

Ask Ubuntu用户
提问于 2017-05-05 13:37:30
回答 1查看 850关注 0票数 0

收到这条信息:

代码语言:javascript
复制
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 installsudo apt-get update && timesudo apt-get dist-upgrade为我工作,从服务器获得相同的消息,我应该做什么来解决这个问题?

EN

回答 1

Ask Ubuntu用户

发布于 2017-05-05 13:54:28

在这些情况下,我通常使用aptitude,它有一个功能强大得多的简洁解决器引擎。命令是完全相同的,sudo aptitude install mailutils。它将开始向您提出各种解决方案,要求您确认或进入下一个解决方案。小心选择,因为有时它会移除对系统至关重要的一些依赖项(这发生在我身上,因为我没有仔细阅读到建议的解决方案将删除重要的包)

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/912196

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档