Kali Linux 2.0에 소프트웨어 센터를 설치하려고 할 때마다. 그것은 말한다:
일부 패키지를 설치할 수 없습니다. 이는 불가능한 상황을 요청했거나 불안정한 배포판을 사용하는 경우 일부 필수 패키지가 아직 생성되지 않았거나 이동되었음을 의미할 수 있습니다. 다음 정보는 문제를 해결하는 데 도움이 될 수 있습니다.
The following packages have unmet dependencies: software-center : Depends: aptdaemon (>= 0.40) but it is not going to be installed Depends: python-gobject (>= 3.0) but it is not going to be installed Depends: python-gobject-cairo Depends: python-aptdaemon (>= 0.40) but it is not going to be installed Depends: python-aptdaemon.gtk3widgets but it is not going to be installed Recommends: gir1.2-launchpad-integration-3.0 but it is not installable Recommends: software-properties-gtk but it is not going to be installed Recommends: sessioninstaller but it is not installable E: Unable to correct problems, you have held broken packages.
이 문제를 해결하려면 어떻게 해야 합니까?
답변1
그게 무슨 뜻이야?
본질적으로 이는 특정 프로그램이 설치되지 않았거나 충분히 업그레이드되지 않았음을 의미합니다.
무엇을 해야할지
이 문제를 해결하려면 다음 명령을 실행해야 합니다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
그래도 작동하지 않으면 계속해서 각 개별 종속성을 설치/업그레이드하세요(예 sudo apt-get install python-aptdaemon
: ).