码迷,mamicode.com
首页 > 其他好文 > 详细

apt-get 安装没有自动依赖

时间:2020-03-15 17:32:06      阅读:615      评论:0      收藏:0      [点我收藏+]

标签:解决   apt   问题   ubuntu   spec   pre   iba   packages   升级   

问题:

apt-get install 不能自动安装依赖,安装新的包时,提示Unmet dependencies问题。

$ sudo apt-get install subversion
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:
 subversion : Depends: libsvn1 (= 1.9.3-2ubuntu1.1) but it is not going to be installed
              Depends: libapr1 (>= 1.5.0) but it is not going to be installed
              Depends: libaprutil1 (>= 1.3.2+dfsg) but it is not going to be installed
...
E: Unmet dependencies. Try apt-get -f install with no packages (or specify a solution).

原因:

某一个.deb包安装是没有完全安装,或者 apt-get upgrde 时中断

解决:

执行修复命令,并重新执行更新和升级,确保完整修复问题。

$ sudo apt --fix-broken install
$ sudo apt-get update
$ sudo apt-get upgrade

 

apt-get 安装没有自动依赖

标签:解决   apt   问题   ubuntu   spec   pre   iba   packages   升级   

原文地址:https://www.cnblogs.com/harmful-chan/p/12498692.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!