Kali 2.0に何もインストール中にエラーが発生しました。

Kali 2.0に何もインストール中にエラーが発生しました。

32ビットから64ビットに変更しましたが、何もインストールできません。使用しているオペレーティングシステムをインストールした後、apt-get update.nowapt-get upgradeインストールしたいすべてのエントリで次のエラーが発生します。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
wine is already the newest version (1.8.5-1).
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 gcc-6-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
 libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.24-8) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

私がインストールしようとしているすべて。

例: apt-get install wineapt-get install firmware-iwlwifi

私はUnixに初めて触れました。

ベストアンサー1

試してみましたapt-get -f installか?

確認してみると見つかるman apt-getだろう

 -f, --fix-broken
   Fix; attempt to correct a system with broken dependencies in place. This
   option, when used with install/remove, can omit any packages to permit APT
   to deduce a likely solution. If packages are specified, these have to
   completely correct the problem. The option is sometimes necessary when
   running APT for the first time; APT itself does not allow broken package
   dependencies to exist on a system. It is possible that a system's dependency
   structure can be so corrupt as to require manual intervention (which usually
   means using dselect(1) or dpkg --remove to eliminate some of the offending
   packages). Use of this option together with -m may produce an error in some
   situations. Configuration Item: APT::Get::Fix-Broken.

おすすめ記事