cmake from home:davidnichols project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:davidnichols/CentOS_8/home:davidnichols.repo
yum install cmake
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:davidnichols/Fedora_Rawhide/home:davidnichols.repo
dnf install cmake
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:davidnichols/Fedora_42/home:davidnichols.repo
dnf install cmake
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:davidnichols/Fedora_41/home:davidnichols.repo
dnf install cmake
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:davidnichols/Fedora_40/home:davidnichols.repo
dnf install cmake