This repository contains specifications to package Cloud Hypervisor and accompanying software for various formats and Linux distributions. The packages built on Open Build Service are available through the package repositories.
Package | AMD64 | AARCH64 |
---|---|---|
cloud-hypervisor | yes | yes |
edk2-cloud-hypervisor | yes | yes |
rust-hypervisor-firmware-bin | yes | no |
kernel-cloud-hypervisor-guest | yes | yes |
In order to use the pre-built Cloud Hypervisor binaries, the repository for the corresponding distribution needs to be imported on your system.
Installing with zypper
:
$ zypper ar https://download.opensuse.org/repositories/home:/cloud-hypervisor/openSUSE_Tumbleweed/home:cloud-hypervisor.repo
$ zypper ref
$ zypper in cloud-hypervisor edk2-cloud-hypervisor
Installing with yum
:
$ yum install yum-utils
$ yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/cloud-hypervisor/Fedora_40/home:cloud-hypervisor.repo
$ yum-config-manager --enable home_cloud-hypervisor
$ yum install cloud-hypervisor edk2-cloud-hypervisor
Installing with apt
:
$ echo 'deb http://download.opensuse.org/repositories/home:/cloud-hypervisor/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:cloud-hypervisor.list
$ curl -fsSL https://download.opensuse.org/repositories/home:cloud-hypervisor/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cloud-hypervisor.gpg > /dev/null
$ sudo apt update
$ sudo apt install cloud-hypervisor
See also instructions for specific distribution versions.