Hi,
I installed debian buster netinst and then added repos into /etc/apt/sources.list
Then I added proxmox repo:
But then this error happens:
I have read a lot of posts, but none helped although some of them seemed similar. What could be the problem?
Thank you for help.
I installed debian buster netinst and then added repos into /etc/apt/sources.list
Code:
#deb http://security.debian.org buster/updates main contrib
deb http://ftp.sk.debian.org/debian buster main contrib
deb-src http://ftp.sk.debian.org/debian buster main contrib
deb http://ftp.sk.debian.org/debian buster-updates main contrib
deb-src http://ftp.sk.debian.org/debian buster-updates main contrib
deb http://ftp.sk.debian.org/debian buster-backports main
deb-src http://ftp.sk.debian.org/debian buster-backports main contrib
Code:
deb http://download.proxmox.com/debian/pve buster pve-no-subscription
Code:
root@debian:/home/user# apt install proxmox-ve
Reading package lists... Done
Building dependency tree
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-manager but it is not going to be installed
Depends: pve-qemu-kvm but it is not going to be installed
Depends: qemu-server but it is not going to be installed
Depends: spiceterm but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have read a lot of posts, but none helped although some of them seemed similar. What could be the problem?
Thank you for help.