Hey,
I'm currently trying to install Proxmox VE 8 on a system that currently runs debian 12. Initially, I tried to install the iso using a ventoy stick, but the installer does not find the iso device (I think that's a known issue, see here).
To circumvent this, I followed the tutorial to install PVE on top of a live debian 12 installation following the official tutorial. I could follow the tutorial but the installation of proxmox-ve failed, due to the unmet dependency
Is this a known issue or does anyone know how I could fix this state?
My current package sources are these:
I think, these are sufficient and correct for the installation of PVE 8, but I might be wrong.
Maybe someone here has an idea.
Greetings,
Raffael
I'm currently trying to install Proxmox VE 8 on a system that currently runs debian 12. Initially, I tried to install the iso using a ventoy stick, but the installer does not find the iso device (I think that's a known issue, see here).
To circumvent this, I followed the tutorial to install PVE on top of a live debian 12 installation following the official tutorial. I could follow the tutorial but the installation of proxmox-ve failed, due to the unmet dependency
libproxmox-acme-plugins
. This is the error:
Code:
root@mysystem:~# apt install proxmox-ve
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:
pve-manager : Depends: libproxmox-acme-plugins but it is not installable
E: Unable to correct problems, you have held broken packages.
My current package sources are these:
Code:
root@mysystem:~# apt update
Hit:1 http://debian.charite.de/debian bookworm InRelease
Hit:2 http://debian.charite.de/debian bookworm-updates InRelease
Hit:3 https://download.docker.com/linux/debian bookworm InRelease
Hit:4 http://security.debian.org/debian-security bookworm-security InRelease
Hit:5 https://deb.debian.org/debian bookworm-backports InRelease
Hit:6 http://download.proxmox.com/debian/pve bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Maybe someone here has an idea.
Greetings,
Raffael