R ruifaria Member Feb 12, 2021 5 0 6 48 Feb 12, 2021 #1 I've accidentally deleted qm form /usr/sbin How can I re-install it ?
UdoB Distinguished Member Proxmox Subscriber Nov 1, 2016 1,844 719 183 Germany Feb 12, 2021 #2 You meant the qm executable, do you? That one comes from the package: Code: ~# dpkg -S $(which qm) qemu-server: /usr/sbin/qm That package can get reinstalled by this command: Code: ~# apt --reinstall install qemu-server Best regards
You meant the qm executable, do you? That one comes from the package: Code: ~# dpkg -S $(which qm) qemu-server: /usr/sbin/qm That package can get reinstalled by this command: Code: ~# apt --reinstall install qemu-server Best regards