Description
Incus LTS for RHEL 10 x86_64
Package sources
Installation Instructions
dnf install --assumeyes 'dnf-command(copr)'
dnf copr enable --assumeyes pgdev/incus rhel+epel-10-x86_64
dnf config-manager --save --setopt=crb.exclude=spice-protocol
dnf config-manager --save --setopt=appstream.exclude=qemu-img,qemu-kvm-core,qemu-pr-helper,virtiofsd
dnf install --assumeyes https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
dnf config-manager --set-enabled epel
dnf install \
edk2-ovmf \
gdisk \
incus \
incus-agent \
qemu-system-x86 \
qemu-img
Fix EDK2 path
Run systemctl edit incus.service and add the following contents
[Service]
Environment=INCUS_EDK2_PATH=/usr/share/edk2/ovmf
Start service/socket
systemctl enable --now incus.service
# or
systemctl enable --now incus.socket
Follow official Incus documentation for initialization
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
| Rhel+epel 10 | x86_64 (414)* | Rhel+epel 10 (25 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pgdev/incus
More info about enabling Copr repositories