2016-09-15 128 views
0

错误,而安装IPython中:Linux的错误:未满足的依赖

Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
You might want to run 'apt-get -f install' to correct these. 
The following packages have unmet dependencies: 
libnss3 : Breaks: libnss3:i386 (!= 2:3.19.2.1-0ubuntu0.14.04.2) but 2:3.23-0ubuntu0.16.04.1 is installed 
libnss3:i386 : Breaks: libnss3 (!= 2:3.23-0ubuntu0.16.04.1) but 2:3.19.2.1-0ubuntu0.14.04.2 is installed 
libnss3-nssdb : Depends: libnss3 (= 2:3.23-0ubuntu0.16.04.1) but 2:3.19.2.1-0ubuntu0.14.04.2 is installed 
E: Unmet dependencies. Try using -f. 

我在执行类似的命令有问题:

sudo apt-get upgrade 

sudo apt-get install ipython 

任何帮助将是appericiable

回答

0

你哈缺少依赖关系。您需要执行

apt-get -f install 

作为输出告诉您要执行的操作。

+0

我执行它,但它仍然没有执行后工作,而且 apt-get的安装-f 我得到下面的行结尾: E:子进程的/ usr/bin中/ dpkg返回错误代码(1) –

相关问题