zoukankan      html  css  js  c++  java
  • ubuntu安装软件或upgrade出现 You might want to run 'apt-get -f install' to correct these

    今天在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

  • 相关阅读:
    epplus
    http://www.cmake.org/
    patheditor2
    emgu cv
    OpenCV
    Tesseract
    Blendar基金会
    安装服务windows,installutil
    R 软件
    历史为什么选择C语言?事实证明:暮年的C语言,依旧宝刀未老!
  • 原文地址:https://www.cnblogs.com/cj2014/p/3916326.html
Copyright © 2011-2022 走看看