Hallo,
heute wollte ich PVE auf meinem Banana Pi installieren.
Zuerst Debian installiert, dann der offiziellen Anleitung gefolgt, bis zur Ausführung von sudo apt install proxmox-ve.
Dort bleibt er mit unmet dependencies hängen.
PROBLEM:
AUSGABE:
sources.list:
sources.list.d ist leer.
sudo apt update:
sudo apt full-upgrade:
Hat irgendjemand eine Idee zur Lösung des Problems
Danke im Voraus
TuLiSTua
heute wollte ich PVE auf meinem Banana Pi installieren.
Zuerst Debian installiert, dann der offiziellen Anleitung gefolgt, bis zur Ausführung von sudo apt install proxmox-ve.
Dort bleibt er mit unmet dependencies hängen.
PROBLEM:
Code:
sudo apt install proxmox-ve
[sudo] password for proxmox:
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:
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.
AUSGABE:
sources.list:
Code:
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
sources.list.d ist leer.
sudo apt update:
Code:
sudo apt update
Hit:1 http://ftp.debian.org/debian bullseye InRelease
Get:2 http://security.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://ftp.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://download.proxmox.com/debian/pve bullseye InRelease [2661 B]
Fetched 95.1 kB in 1s (76.1 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
sudo apt full-upgrade:
Code:
sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hat irgendjemand eine Idee zur Lösung des Problems
Danke im Voraus
TuLiSTua