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 CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:davidnichols/CentOS_7/home:davidnichols.repo
yum install cmake
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:davidnichols/Fedora_Rawhide/home:davidnichols.repo
dnf install cmake
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:davidnichols/Fedora_38/home:davidnichols.repo
dnf install cmake
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:davidnichols/AlmaLinux_9/home:davidnichols.repo
yum install cmake