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

  • 相关阅读:
    MySQL用户管理
    linux下杀死进程(kill)的N种方法
    Windows查看某个端口被谁占用
    SQL语句
    CentOS6.5 安装mysql-5.7.9
    Linux服务器安全之用户密钥认证登录
    Linux添加/删除用户和用户组
    linux命令killall 、kill 、pkill 命令详解
    linux下cat命令详解
    linux之sed用法
  • 原文地址:https://www.cnblogs.com/cj2014/p/3916326.html
Copyright © 2011-2022 走看看