4,461
edits
iwu |
No edit summary |
||
Line 1: | Line 1: | ||
'''Kernel-based Virtual Machine'''. A hypervisor technology featuring tight integration to Linux kernel. | '''Kernel-based Virtual Machine'''. A hypervisor technology featuring tight integration to Linux kernel. | ||
= Installation = | |||
== Installing on CentOS 7.5 == | |||
* ''Tested on CentOS 7.5.1804'' | |||
Install required packages. | |||
<source lang="bash"> | |||
# yum install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install | |||
</source> |