Albin Otterhäll writes: > It seems that the package `libvirt-bin` has been deprecated in Stretch > (it isn't available via the repositories). I can't find any > documentation regarding virtualization using KVM in Stretch. > > What's the replacement for `libvirt-bin`?
The libvirt-bin package in Debian 8 has: +--- | Package: libvirt-bin | Version: 1.2.9-9+deb8u3 | [...] | Depends: libvirt-daemon-system (>= 1.2.9-9+deb8u3), libvirt-clients (>= 1.2.9-9+deb8u3) | [...] | Description: programs for the libvirt library | [...] | This is a transitional package. You can safely remove it. +--- So you are probably looking for libvirt-daemon-system and/or libvirt-clients. Ansgar