내가 할 때 마다이 오류가 발생합니다. 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
이 오류는 LibreOffice PPA를 사용하여 LibreOffice form 5.2를 5.3으로 업그레이드 한 후 표시되기 시작했습니다 ppa:libreoffice/ppa
.
문제는 모든 것이 잘 작동한다는 것입니다. 시스템을 업데이트 / 업그레이드하고 패키지를 설치하거나 패키지를 삭제할 수 있습니다. 문제는 오류입니다.
나는 시도했다 : apt-get autoclean
, apt-get clean
, apt-get autoremove
, apt-get install -f
, 그리고 다른 것들과 아무것도의 많은 못생긴 오류를 제거합니다.
답변
버그 보고서 # 1662227 에 따르면 LibreOffice 용 PPA는 영어 이외의 언어로 번역 파일을 제공하지 않기 때문입니다.
당신은 할 수 있습니다
- 이 경고 메시지를 대부분 외관상의 문제로 무시하십시오.
- LibreOffice PPA를 제거 / 비활성화하고 Canonical의 저장소에서 패키지를 대신 사용하십시오.
답변
PPA에서 다운로드하는 대신 snap을 사용하여 설치해 볼 수 있습니다.
sudo snap install libreoffice
14.04에서 스냅 패키지를 활성화하는 방법
sudo apt-get install snapd
출처 :
libreoffice 5.3 스냅 패키지 ,
우분투 14.04의 스냅
기존 설치를 먼저 제거하십시오.
답변
PPA에서 debian / control의 패키지 설명이 잘못되었으며 5.3의 l10n-*-packages에 l10n-5.2가 포함될 것이라고 말합니다.
패키지를 다시 빌드해야합니다. 사용법 은 이 Ubuntu 사용자 포럼 게시물 을 참조하십시오 .