업그레이드하려고 할 때 충족되지 않은 종속성 오류가 발생합니다. 오류에 언급된 패키지를 설치하려고 하면 동일한 문제가 지속됩니다.
도움이 될 수 있다고 생각되는 정보를 공유하고 있습니다.
Sources.list 파일 정보:
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb http://old.kali.org/kali sana main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
uname -a 명령 출력
Linux debian-me 4.0.0-kali1-amd64 #1 SMP Debian 4.0.4-1+kali2 (2015-06-03) x86_64 GNU/Linux
apt-get 업그레이드 명령 출력
The following packages have unmet dependencies:
build-essential : Depends: libc6-dev but it is not installed or
libc-dev
clang-3.5 : Depends: libc6-dev but it is not installed
libbluetooth-dev : Depends: libc6-dev but it is not installed or
libc-dev
libexpat1-dev : Depends: libc6-dev but it is not installed or
libc-dev
libfreetype6-dev : Depends: libc6-dev but it is not installed or
libc-dev
libgnuradio-baz : Depends: libc6-dev but it is not installed
libpcre3-dev : Depends: libc6-dev but it is not installed
libstdc++-4.9-dev : Depends: libc6-dev (>= 2.13-5) but it is not installed
libstdc++6-4.6-dev : Depends: libc6-dev (>= 2.13-5) but it is not installed
libusb-dev : Depends: libc6-dev but it is not installed or
libc-dev
libxft-dev : Depends: libc6-dev but it is not installed or
libc-dev
ruby1.8-dev : Depends: libc6-dev but it is not installed
ruby1.9.1-dev : Depends: libc6-dev but it is not installed
zlib1g-dev : Depends: libc6-dev but it is not installed or
libc-dev
E: Unmet dependencies. Try using -f.
지금까지 다양한 포럼에서 제안된 거의 모든 것을 시도했지만( autoclean
, dpkg configure
사용 -f
, 패키지 설치 시도) 여전히 동일한 오류가 발생합니다. 도와주세요.
답변1
다음을 삭제해야 합니다.
deb http://old.kali.org/kali sana main non-free contrib
source.list에서 다음을 수행하십시오.
apt update && apt dist-upgrade