“E:未满足的依赖关系”是什么意思

“E:未满足的依赖关系”是什么意思

我尝试安装“prozilla”,但是在进程运行时我取消了安装。所以现在,当我尝试安装任何软件时,都会出现以下错误。这意味着我无法安装任何软件,因为这个。有谁知道这个错误是什么意思,我该如何解决这个问题。谢谢

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 apt-proz : Depends: prozilla but it is not going to be installed
 aptitude : Depends: aptitude-common (= 0.6.8.1-2ubuntu1) but it is not going to be installed
            Depends: libboost-iostreams1.49.0 (>= 1.49.0-1) but it is not going to be installed
            Depends: libcwidget3 but it is not going to be installed
            Depends: libept1.4.12 (>= 1.0.9) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

sudo apt-get -f install

您是否尝试过在终端中运行此命令?这应该有帮助。

相关内容