나는 달렸다
sudo apt-get update && sudo apt-get dist upgrade
기본적으로 LibreOffice 설치가 삭제되었습니다. 이제 다음을 사용하여 다시 설치하려고 하면
sudo apt-get install libreoffice
그것은 나에게 의존성 문제를 안겨주었습니다. 그래서 처형했지
sudo apt-get purge libreoffice*
그런 다음 설치를 시도했지만 동일한 문제가 발생했습니다. 이 오류가 발생합니다.
gameranand@serenity ~ $ sudo apt-get -f install libreoffice
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libreoffice : Depends: libreoffice-base but it is not going to be installed
Depends: libreoffice-calc but it is not going to be installed
Depends: libreoffice-core (= 1:5.2.0~rc1-0ubuntu1~xenial1) but it is not going to be installed
Depends: libreoffice-draw but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
Depends: libreoffice-math but it is not going to be installed
Depends: libreoffice-report-builder-bin but it is not going to be installed
Depends: libreoffice-writer but it is not going to be installed
Depends: libreoffice-avmedia-backend-gstreamer but it is not going to be installed
Depends: python3-uno (>= 4.4.0~beta2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
이 문제를 어떻게 해결할 수 있나요? 매일 Libreoffice를 사용하므로 솔루션이 꼭 필요합니다.
답변1
Ubuntu(Trusty > Xenial) 및 Linux Mint(Rosa > Sarah)는 모두 방금 배포 업데이트를 받았으므로 종속성 문제가 발생할 수 있습니다. 저에게는 Mint Rosa 17.3에서 Libreoffice가 제대로 작동하지만 사용 가능한 업데이트(설치된 버전 1:5.0.3~rc2-0ubuntu1~trusty2
) 가 표시되지 않습니다 . 최근 Mint 18로 업데이트했다면 Linux Mint 포럼에 이 질문을 게시하는 것이 좋습니다.
xenial
그렇지 않으면 이전 버전의 Libreoffice를 설치해 보십시오(Ubuntu 가 아닌 Ubuntu 기반 trusty
). 바라보다:https://askubuntu.com/questions/138284/how-to-downgrade-a-package-via-apt-get
또는 운이 좋다면 완전히 롤백할 수 있습니다 dist upgrade
.http://crunchbang.org/forums/viewtopic.php?id=15750. 제가 직접 사용해본 적이 없어서 얼마나 효과적인지는 잘 모르겠습니다.
apt-get upgrade
앞으로 꼭 활용해보세요 :)