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

ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these

时间:2014-08-16 13:49:20      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:io   ad   on   sp   安装   dp   ubuntu   软件   

今天在ubuntu下安装任何软件都提示以下错误:

You might want to run ‘apt-get -f install‘ to correct these:
The following packages have unmet dependencies:
 kate : Depends: kdelibs4c2a (>= 4:3.5.9) but it is not going to be installed
        Depends: libqt3-mt (>= 3:3.3.8b) but it is not going to be installed
        Recommends: kregexpeditor but it is not installable
 kscope : Depends: kdelibs4c2a (>= 4:3.5.7-1) but it is not going to be installed
          Depends: libaudio2 but it is not going to be installed
          Depends: libqt3-mt (>= 3:3.3.8really3.3.7) but it is not going to be installed
          Depends: cscope but it is not going to be installed
          Depends: exuberant-ctags but it is not going to be installed
          Depends: graphviz but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install‘ with no packages (or specify a solution).

解决方法:

     删除提示的kate和kscope两个未完全安装的软件。

    $sudo dpkg --purge kate

    $sudo dpkg --purge kscope

ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these,布布扣,bubuko.com

ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these

标签:io   ad   on   sp   安装   dp   ubuntu   软件   

原文地址:http://www.cnblogs.com/cj2014/p/3916326.html

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