我该如何修复这些未满足的 LibreOffice 依赖项?

我该如何修复这些未满足的 LibreOffice 依赖项?

以下软件包具有未满足的依赖关系:

libreoffice: Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed               
             Depends: libreoffice-base but it is not going to be installed
             Depends: libreoffice-report-builder-bin but it is not going to be installed
             Depends: ttf-dejavu but it is not going to be installed
             Depends: ttf-sil-gentium-basic but it is not going to be installed
             Depends: libreoffice-filter-mobiledev but it is not going to be installed
             Depends: libreoffice-java-common (>= 1:3.4.4~) but it is not going to be installed
libreoffice-base-core : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-calc : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-draw : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-gnome : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-gtk : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-impress : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-math : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
libreoffice-writer : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
python-uno : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but 1:3.4.3-3ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

答案1

听起来你正在混合libreoffice来自oneiriclibreoffice-core来自oneiric-updates。请确保在“软件源”中启用了“更新”。

答案2

我也遇到了同样的问题。我本质上懒得安装,所以我只是做了以下事情:

打开终端并输入以下内容:

sudo apt-get update
sudo apt-get -f install

出现提示时只需输入“ Y”。

相关内容