首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Debian 11上安装Proxmox时出现依赖关系错误

在Debian 11上安装Proxmox时出现依赖关系错误
EN

Unix & Linux用户
提问于 2022-01-24 15:13:36
回答 1查看 2.4K关注 0票数 1

我试图在Debian 11上安装Proxmox,但是运行apt install proxmox-ve postfix open-iscsi失败了:

代码语言:javascript
复制
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.

我怎么才能解决这个问题?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2022-01-24 17:07:19

在您的设置中引用的存储库似乎不正确。要解决这个问题,请重做安装说明中的相关步骤

代码语言:javascript
复制
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中的文件或/etc/apt/sources.list本身中是否没有其他Proxmox引用。

代码语言:javascript
复制
apt update

(再次以root用户身份)并再次尝试安装。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/687720

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档