Ubuntu下每次安装软件都会出现问题 提示 run 'apt-get -f install' 求高手指点
xtong@ubuntu:~$ sudo apt-get install cmatrix[sudo] password for xtong: Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt-get -f install' to correct these:The following packages have unmet dependencies: deputy-tinyos : Depends: nesc but it is not going to be installed tinyos-required-avr : Depends: nesc but it is not going to be installed tinyos-required-msp430 : Depends: nesc but it is not going to be installedE: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
在终绝瞎端下键入 sudo apt-get install -f
你得到信息是说 你的软件不满足依者枝赖关系并嫌空,需要手动修复
也就是这个命令
apt-get -f install里面的-f全程是fix-missing software,明白了吗?就是你要安装的圆瞎软件有些依赖顷让包没有下载到,需要你下载安装上以后,再进行安装。雀腔局
似乎是需要软件支持库,不然无法正常使用,所以提示你如果要安装可以加个-f强制安装。
阿发实打实大师的