RHEL-based KVM installation and usage

You can install all the required RPMs through the following yum command:

# yum grouplist|grep -i virtualization

Subsequently, you can install the virtualization package with the following command:

# yum groupinstall "Virtualization"