Ubuntu 14.04:“apt-get update”错误:W: Ignoring Provides line with DepCompareOp

Car*_*ada 10 apt ppa 14.04

每次我都会收到这个错误 apt-get update

Ign http://ni.archive.ubuntu.com trusty/multiverse Translation-en_US           
Ign http://ni.archive.ubuntu.com trusty/restricted Translation-en_US           
Ign http://ni.archive.ubuntu.com trusty/universe Translation-en_US             
Reading package lists... Done                                                  
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
...
...
...
...
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: Ignoring Provides line with DepCompareOp for package libreoffice-l10n
W: You may want to run apt-get update to correct these problems
Run Code Online (Sandbox Code Playgroud)

这个错误开始显示出5.2后,我升级形式的LibreOffice 5.3与LibreOffice的PPA: ppa:libreoffice/ppa

问题是一切正常。我可以更新/升级系统,我可以安装包,删除包等。问题只是错误。

我尝试了:apt-get autoclean, apt-get clean, apt-get autoremove,apt-get install -f和很多其他东西,但没有任何东西可以消除那个丑陋的错误。

Dav*_*ter 3

根据错误报告 #1662227,这是因为 LibreOffice 的 PPA 不提供英语以外的语言的翻译文件。

你可以

  1. 安全地忽略此警告消息,将其视为主要是表面问题或
  2. 删除/禁用 LibreOffice PPA 并使用 Canonical 存储库中的软件包。


Sir*_*kin 1

您可以尝试使用 snap 安装它,而不是从 PPA 下载。

sudo snap install libreoffice

在 14.04 运行中启用快照包

sudo apt-get install snapd

来源: libreoffice 5.3 snap包ubuntu 14.04中的snap

确保首先清除现有安装。

  • 我知道这是一个选择。但我现在更喜欢 PPA。我一直在使用它并且效果很好。我只是想知道这实际上是 PPA 的错误还是我的系统有问题。 (2认同)