I'm trying to install KVM\qemu on Ubuntu 18.10.
According to this page I'm running the command:
apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils
and get an error about the packge "libvirt-bin" and "ubuntu-vm-builder":
E: Package 'libvirt-bin' has no installation candidate
E: Unable to locate package ubuntu-vm-builder
I see that the package "libvirt-bin" is available.
The main repository is set. Anything that I'm doing wrong? Couldn't find any info regrading this issue.
Is it the new Ubuntu version (18.10)?
Thanks