Problem with package installation

Marten1995

New Member
Apr 15, 2023
2
0
1
When I try using command apt install proxmox-ve postfix open-iscsi I always get:
proxmox-ve : Depends: pve-kernel-5.15 but it is not going to be installed
Depends: pve-manager but it is not installable
Depends: pve-qemu-kvm but it is not installable
Depends: qemu-server but it is not installable
Depends: spiceterm but it is not installable
Depends: vncterm but it is not installable
E: Unable to correct problems, you have held broken packages.
I'm using Debian 11 amd64 based.
I ran such commands:

echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
apt update
apt full-upgrade
apt install proxmox-ve postfix open-iscsi


Thank you in advance.
 
Please share the full output of
Code:
apt update
apt install pve-kernel-5.15
apt install pve-kernel-5.15 pve-kernel-5.15.104-1-pve
 
The response is 'pve-kernel-5.15.104-1-pve' has no installation candidate.

This means the package is missing, has been obsoleted, or is only available from another source.
 
Please share the full output. If you just post a tiny part of the output, we don't even have a chance to spot potential issues..