I need to completely remove KVM from my Ubuntu desktop, but even after removing the kvm packages, when I run the following command:
virsh -c qemu:///system list
it shows:
Id Name State
-------------------------
This indicates that KVM is still running.
How do I completely uninstall KVM from my system?
sudo apt-get install qemu-kvm bridge-utils
as the other two packages did not have an installation candidate on Ubuntu 22LTS.virsh -c qemu:///system list
still produces the same output. – queeg Oct 22 '23 at 22:11