From debian:latest, apt install proxmox-ve

bashtop

New Member
Nov 11, 2021
3
0
1
40
On bare metal machine
From standard debian iso

sudo apt install proxmox-ve
```
Selecting previously unselected package zfs-zed.
Preparing to unpack .../205-zfs-zed_2.1.1-pve3_amd64.deb ...
Unpacking zfs-zed (2.1.1-pve3) ...
Errors were encountered while processing:
/tmp/apt-dpkg-install-32ArT4/181-pve-qemu-kvm_6.1.0-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
```
sudo apt --fix-broken install
```
Preparing to unpack .../pve-qemu-kvm_6.1.0-1_amd64.deb ...
Unpacking pve-qemu-kvm (6.1.0-1) ...
dpkg: error processing archive /var/cache/apt/archives/pve-qemu-kvm_6.1.0-1_amd64.deb (--unpack):
trying to overwrite '/usr/share/applications/qemu.desktop', which is also in package qemu-system-data 1:5.2+dfsg-11+deb11u1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/pve-qemu-kvm_6.1.0-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
```

history
```
4 sudo vim /etc/hosts
5 echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bullseye pve-no-subscription" | sudo tee --append /etc/apt/sources.list.d/pve-install-repo.list
6 sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
7 sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
8 sudo apt update && sudo apt full-upgrade -y
9 sudo apt install -y postfix open-iscsi
10 sudo reboot
```
 
remove the stock debian qemu-system-data package (this is not part of a standed debian install)
 
I downloaded the live standard iso from debian and on fresh install if I run
apt install qemu-system-data
The fallowing package will be upgraded ...


Tanks for your fast help. I sould read my logs more carfully