どういう意味ですか? (apt-getの問題)[閉じる]

どういう意味ですか? (apt-getの問題)[閉じる]
root@kali:~# apt-get install idle
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:
 gsettings-desktop-schemas : Breaks: mutter (< 3.19.92) but 3.18.2-1 is to be installed
 libc6-dev : Breaks: binutils (< 2.26) but 2.25.90.20160101-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

ベストアンサー1

sources.listUbuntu Xenialとkali linuxが混在しています。

カリLinuxのソースコード

Kali resources.listファイルに追加された他のリポジトリは、KALI LINUXのインストールを中断する可能性があります。

/etc/apt/sources.list以下を編集してください。

Kali 2016.1のリリース以降、Kali-rollingは現在アクティブなリポジトリです。 Kali Rollingユーザーは、ソースリストに次の項目が必要です。

deb http://http.kali.org/kali kali-rolling main contrib non-free

次に、次を実行します。

apt update
apt dist-upgrade

おすすめ記事