패키지를 설치할 수 없습니다. 업데이트된 libc6이 필요합니다.

패키지를 설치할 수 없습니다. 업데이트된 libc6이 필요합니다.

openvasv6제공된 지침에 따라 설치를 시도했습니다 .여기.

저는 Debian Wheezy(amd64)를 사용하고 있습니다.

$ sudo apt-get -y install greenbone-security-assistant openvas-cli openvas-manager openvas-scanner openvas-administrator sqlite3 xsltproc rsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
rsync is already the newest version.
sqlite3 is already the newest version.
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:
 greenbone-security-assistant : Depends: libc6 (>= 2.14) but 2.13-38+deb7u1 is to be installed
                                Depends: libopenvas5 (>= 5.0.4) but it is not going to be installed
 openvas-administrator : Depends: libc6 (>= 2.15) but 2.13-38+deb7u1 is to be installed
                         Depends: libopenvas5 (>= 5.0.4) but it is not going to be installed
 openvas-cli : Depends: libopenvas5 (>= 5.0.4) but it is not going to be installed
 openvas-manager : Depends: libc6 (>= 2.15) but 2.13-38+deb7u1 is to be installed
                   Depends: libopenvas5 (>= 5.0.4) but it is not going to be installed
 openvas-scanner : Depends: libc6 (>= 2.15) but 2.13-38+deb7u1 is to be installed
                   Depends: libopenvas5 (>= 5.0.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

이 문제를 해결하고 패키지를 설치할 수 있습니까? 감사해요.

답변1

이러한 오류는 설치하려는 패키지가 Debian 시스템 저장소에서 사용 가능한 것보다 최신 시스템 패키지에 의존한다는 것을 나타냅니다.

기본적으로 이는 이러한 패키지에 최신 버전의 Debian(예: 테스트 브랜치) 또는 최신 시스템 패키지가 포함된 다른 배포판이 필요하다는 의미입니다.

데비안이 Wheezy에서 업데이트된 시스템 패키지를 제공하지 않는 이유는 데비안이 안정성에 중점을 두기 때문입니다. 릴리스 후에는 업데이트가 거의 푸시되지 않으므로 기능이 중단되거나 새로운 버그가 발생하지 않습니다.

정말로 이러한 패키지가 필요하다면 데비안을 다음으로 업그레이드할 수 있습니다.베타.

관련 정보