パッケージをインストールできません。新しい 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 の新しいバージョン (テスト ブランチなど) または新しいシステム パッケージを含む別のディストリビューションが必要であることを意味します。

Debian が Wheezy に新しいシステム パッケージを持たない理由は、Debian が安定性を最優先にしているからです。リリース後にプッシュされる更新は非常に少ないため、機能が壊れたり、新しいバグが導入されたりすることはありません。

これらのパッケージが本当に必要な場合は、Debianをテスト版

関連情報