I just switched to Ubuntu and I'm following the instructions on Configuring VM acceleration on Linux
I typed this command
sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils ia32-libs-multiarch
and got the following error:
E: Package 'libvirt-bin' has no installation candidate
E: Unable to locate package ubuntu-vm-builder
E: Unable to locate package ia32-libs-multiarch
I looked for the package here on packages.ubuntu.com, but it looks like it's not there for Cosmic distribution.
Is there is a way that I configure VM acceleration equivalent to that explained in the tutorial?
Edit: KVM\qemu installation issue (18.10) has an answer explaining that the package libvirt-bin was split intolibvirt-daemon-system and libvirt-clients, but I need a solution for the other packages ubuntu-vm-builder and ia32-libs-multiarch too.