Rate This Document
Findability
Accuracy
Completeness
Readability

Installing virt-install

  1. 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
  2. Install libvirt.
    yum -y install libvirt
    systemctl start libvirtd
  3. Install virt-install.
    1. Add an external mirror source.

      Open the yum source file. Replace local.repo with the actual file name.

      1
      vi /etc/yum.repos.d/local.repo
      

      Add 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
    2. Install virt-install.
      yum -y install virt-install