VirtualBox VM에 Debian 8.2를 설치하고 /etc/apt/sources.list
다른 저장소를 제거하지 않고 불안정한(sid) 저장소를 추가한 다음 을 실행했습니다 apt-get update && apt-get upgrade && apt-get autoremove
. 그 전에 Plasma 4를 설치했는데 이 저장소를 추가하면 Plasma 5가 제공되지만 그렇지 않습니다. Plasma Desktop이 전혀 설치되어 있지 않은 것 같습니다. 내가 실행할 때마다 :
apt-get install kde-full
오류가 발생합니다.
The following packages have unmet dependencies:
kde-full : Depends: kde-plasma-desktop (>= 5:84) but it is not going to be installed
Depends: kde-plasma-netbook (>= 5:84) but it is not going to be installed
Depends: kdeartwork (>= 4:4.11.3) but it is not going to be installed
Depends: kdenetwork (>= 4:4.11.3) but it is not going to be installed
Depends: kdeutils (>= 4:4.11.3) but it is not going to be installed
Depends: kdepim (>= 4:4.11.3) but it is not going to be installed
Depends: kdeplasma-addons (>= 4:4.11.3) but it is not going to be installed
Recommends: kde-standard (>= 5:84) but it is not going to be installed
Recommends: kdewebdev (>= 4:4.11.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt-get install
유사한 방법을 사용하여 특정 플라즈마 구성 요소를 설치 하려고 할 때마다 apt-get install kde-plasma-desktop
정확히 동일한 마지막 줄(예: )과 유사한 오류가 발생합니다 E: Unable to correct problems, you have held broken packages.
.
문제 해결
문제 해결에 관한 한 Google에서 E: Unable to correct problems, you have held broken packages.
문제를 발견했습니다."데비안에서 깨진 패키지를 복구하시겠습니까?" 그리고"E: 문제를 해결할 수 없으며 손상된 패키지를 보유하고 있습니다."하고 시도했습니다.
apt-get install -f kde-full
이 옵션 없이 실행할 때와 동일한 오류가 반환됩니다 -f
. 나는 또한 이것을 실행했고 apt-get -f install
방금 반환되었습니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
나는 또한 다음을 실행해 보았습니다.
aptitude why-not kde-full
그리고
aptitude why-not kde-plasma-desktop
그리고 둘 다 반환합니다:
Unable to find a reason to remove ...
여기서...는 나중에 제공되는 패키지 이름입니다 aptitude why-not
. 하지만 apt-mark showhold
출력은 반환되지 않습니다 .