问题描述:ubuntu
ubuntu使用”apt-get install“安装程序时遇到错误提示get
you might want to run 'apt-get -f install' to correct these程序
解决方案:ant
使用以下命令修复安装包(不过在我遇到的问题中没有起做用) 解决方案
$ sudo apt-get --fix-broken installapt-get
或者使用命令co
$ sudo dpkg --purge xxxsudo
其中xxx为安装失败的程序,错误提示中会给出其名称,不过也有多是错误提示中未给出的,但以前安装的确出错的程序。错误