- Enter the following command to download and install the packages:
sudo dnf install libvirt libvirt-daemon-kvm qemu-kvm virt-manager guestfs-browser libguestfs-tools python-libguestfs virt-top virt-install bridge-utils virt-viewer
- After the packages are installed on the node, enter the following command to start virtlogd:
sudo systemctl start virtlogd
- Enter the following command to start libvirtd:
sudo systemctl start libvirtd
- Enter the following command to enable libvirtd:
sudo systemctl enable libvirtd