首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能安装任何东西-以下软件包有未满足的依赖项

不能安装任何东西-以下软件包有未满足的依赖项
EN

Ask Ubuntu用户
提问于 2017-05-16 11:52:20
回答 1查看 1.9K关注 0票数 0

几乎我试图通过包管理器安装的任何东西都会得到以下内容:

代码语言:javascript
复制
root@opsview-appliance:/etc/apt/sources.list.d# apt-get install make
  Reading package lists... Done 
  Building dependency tree 
  Reading state information... Done 
  make is already the newest version. 
  You might want to run 'apt-get -f install' to correct these: 
  The following packages have unmet dependencies.  
    linux-image-virtual : Depends: linux-image-3.13.0-106-generic but it is not going to be installed 
  E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

即使在使用-f时,它也是如此:

代码语言:javascript
复制
root@opsview-appliance:/etc/apt/sources.list.d# apt-get -f install make 
  Reading package lists... Done 
  Building dependency tree 
  Reading state information... Done 
  make is already the newest version. 
  You might want to run 'apt-get -f install' to correct these: 
  The following packages have unmet dependencies.  
    linux-image-virtual : Depends: linux-image-3.13.0-106-generic but it is not going to be installed 
  E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2017-05-16 12:51:09

信不信由你,这就是解决问题的原因:

代码语言:javascript
复制
apt-get install linux-image-3.13.0-106-generic

我应该提到,我还必须扩展/boot分区,因为它不允许我在没有它的情况下安装任何东西。

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

https://askubuntu.com/questions/915714

复制
相关文章

相似问题

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