Installing virt-install
- Create soft links.
ln -s /usr/bin/qemu-system-aarch64 /usr/bin/qemu-kvm ln -s /usr/bin/qemu-system-aarch64 /usr/libexec/qemu-kvm
- Install libvirt.
yum -y install libvirt systemctl start libvirtd
- Install virt-install.
- Add an external mirror source.
Open the yum source file. Replace local.repo with the actual file name.
1vi /etc/yum.repos.d/local.repoAdd the following content to the file:
[arch_fedora_online] name=arch_fedora baseurl=https://mirrors.huaweicloud.com/fedora/development/rawhide/Everything/aarch64/os enabled=1 gpgcheck=0
- Install virt-install.
yum -y install virt-install
- Add an external mirror source.
Parent topic: QEMU 5.0.0 Installation Guide (openEuler 20.03)