Description
This is an Incus branch for RHEL 10-compatible distros.
Installation Instructions
You will need to download the repository first:
cd /etc/yum.repos.d
wget https://copr.fedorainfracloud.org/coprs/neelc/incus/repo/rhel+epel-10/neelc-incus-rhel+epel-10.repo
We use a RHEL+EPEL repository due to the differences between CentOS Stream and Rocky Linux (or RHEL).
Then install Incus:
dnf install incus
You will need to add the following to /etc/subuid
and /etc/subgid
:
root:1000000:65536
Now you can enable Incus and use it as normal.
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 |
---|---|---|
![]() |
aarch64 (2)*, x86_64 (2)* | EPEL 9 (111 downloads) |
Rhel+epel 10 | aarch64 (16)*, x86_64 (229)* | Rhel+epel 10 (268 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable neelc/incus
More info about enabling Copr repositories