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.
問題を発見しました。」Debianで壊れたパッケージを修復しますか?「そして」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
出力は返されません。