vps交流

[疑问] 求助甲骨文ARMdd成Debian后安装PVE包报错


已经dd成了debian,执行了
echo "deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/" > /etc/apt/sources.list.d/pimox.list
curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add –
然后用这个树莓派的包来apt install proxmox-ve的时候报错:

The following packages have unmet dependencies:
ceph-common : Depends: python3-cephfs (= 15.2.13-pve1) but it is not going to be installed
               Depends: python3-rados (= 15.2.13-pve1) but it is not going to be installed
               Depends: python3-rbd (= 15.2.13-pve1) but it is not going to be installed
               Depends: python3-rgw (= 15.2.13-pve1) but it is not going to be installed
               Depends: python3.7:any but it is not installable
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.

我看帖子里各大佬好像都没有人提起过这个问题,但是我好像始终卡在这里了[疑问]  求助甲骨文ARMdd成Debian后安装PVE包报错