Debian 11 に Proxmox をインストールする際の依存関係エラー

Debian 11 に Proxmox をインストールする際の依存関係エラー

Debian 11にProxmoxをインストールしようとしましたが、apt install proxmox-ve postfix open-iscsi失敗しました。

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
 criu : Depends: python-future but it is not installable
        Depends: python-ipaddr but it is not installable
        Depends: python-protobuf but it is not installable
 libpve-u2f-server-perl : Depends: perlapi-5.28.1 but it is not installable
 librados2-perl : Depends: perlapi-5.28.1 but it is not installable
 proxmox-ve : Depends: pve-qemu-kvm but it is not installable
 pve-cluster : Depends: corosync (>= 2.3.4-1) but it is not going to be installed
               Depends: libqb0 (>= 0.17.1-1) but it is not installable
               Depends: perlapi-5.28.1 but it is not installable
               Depends: libcmap4 (>= 1.99.9) but it is not going to be installed
               Depends: libcpg4 (>= 2.3.4-1) but it is not going to be installed
               Depends: libquorum5 (>= 2.3.4-1) but it is not going to be installed
 qemu-server : Depends: pve-qemu-kvm (>= 3.0.1-62) but it is not installable
               Depends: libjson-c3 (>= 0.10) but it is not installable
 spiceterm : Depends: pve-qemu-kvm but it is not installable
E: Unable to correct problems, you have held broken packages.

この問題をどのように解決できますか?

ベストアンサー1

設定で参照されているリポジトリが間違っているようです。この問題を解決するには、もう一度実行してください。設置手順の関連手順:

echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list

ルートとして。また、/etc/apt/sources.list.dファイルまたはファイル自体に他のProxmox参照がないことを確認する必要があります/etc/apt/sources.list

次に、次に更新します。

apt update

(再度 root) インストールを再試行してください。

おすすめ記事