I'm testing Proxmox PVE 9.1 as a VM in a VMware environment. Installation was smooth. I need to set up multipathing, but apt can't find find the 'multipath-tools' package:
That package is available in the Trixie repo, so what's the problem here?
EDIT: Turns out this problem isn't confined to 'multipath-tools' — I get the same response when I do 'apt install open-vm-tools' as well. So I guess something is up with package management in general.
Code:
root@proxmox1:~# apt update
Hit:1 http://security.debian.org/debian-security trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Hit:5 http://download.proxmox.com/debian/pve trixie InRelease
All packages are up to date.
root@proxmox1:~# apt install multipath-tools
Error: Unable to locate package multipath-tools
That package is available in the Trixie repo, so what's the problem here?
EDIT: Turns out this problem isn't confined to 'multipath-tools' — I get the same response when I do 'apt install open-vm-tools' as well. So I guess something is up with package management in general.
Last edited: