When I try to install the package firmware-qlogic APT tells me that the proxmox-ve package will be uninstalled.
What I have configured:
Running
Then, running
What I have to do to install the firmware-qlogic, without uninstall the proxmox-ve package?
What I have configured:
cat /etc/apt/sources.list
Code:
deb http://ftp.br.debian.org/debian bookworm main contrib non-free-firmware
deb http://ftp.br.debian.org/debian bookworm-updates main contrib non-free-firmware
deb http://security.debian.org bookworm-security main contrib non-free-firmware
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
Running
apt upgrade
I get
Code:
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
apt install firmware-qlogic
Code:
The following packages will be REMOVED:
proxmox-default-kernel proxmox-kernel-6.8 proxmox-ve pve-firmware
What I have to do to install the firmware-qlogic, without uninstall the proxmox-ve package?