我收到更新libreoffice的通知,但是我已经删除了很多次libreoffice并安装了openoffice,所以当我想安装或删除任何应用程序时,都会收到以下错误:
You might want to run 'apt-get -f install' to correct these: The
following packages have unmet dependencies: libreoffice : Depends:
fonts-sil-gentium-basic but it is not going 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: libreoffice-java-common (>= 1:5.1.6~rc2~) but it is not going to be installed libreoffice-core : Depends:
libreoffice-common (> 1:5.1.6~rc2) but it is not going to be installed
libreoffice-ogltrans : Depends: libreoffice-common but it is not going
to be installed libreoffice-style-elementary : Depends:
libreoffice-common (= 1:5.1.6~rc2-0ubuntu1~xenial3) but it is not
going to be installed libreoffice-style-galaxy : Depends:
libreoffice-common (= 1:5.1.6~rc2-0ubuntu1~xenial3) but it is not
going to be installed libreoffice-style-tango : Depends:
libreoffice-common (= 1:5.1.6~rc2-0ubuntu1~xenial3) but it is not
going to be installed E: Unmet dependencies. Try 'apt-get -f install'
with no packages (or specify a solution).我不能安装synaptic来解决这个错误,因为我再次得到了这个错误!注意:我已经尝试过sudo apt-get -f install,但是我再次得到了这个错误!我该怎么解决呢!?
发布于 2018-04-19 16:34:31
sudo配置-a以尝试并解决这些损坏的依赖关系。有关dpkg的更多信息可以在ubuntu手册中找到:dpkg手册。
https://askubuntu.com/questions/1026408
复制相似问题