![Kali 2.0에 아무것도 설치하는 중 오류가 발생했습니다.](https://linux55.com/image/102005/Kali%202.0%EC%97%90%20%EC%95%84%EB%AC%B4%EA%B2%83%EB%8F%84%20%EC%84%A4%EC%B9%98%ED%95%98%EB%8A%94%20%EC%A4%91%20%EC%98%A4%EB%A5%98%EA%B0%80%20%EB%B0%9C%EC%83%9D%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
32비트에서 64비트로 변경했는데 아무것도 설치할 수 없습니다. 사용 중인 운영 체제를 설치한 후 apt-get update
.now apt-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 wine
,apt-get install firmware-iwlwifi
저는 유닉스를 처음 접했습니다.
답변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.