go from home:kubeinit project

Select Your Operating System

For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:kubeinit/CentOS_9_Stream/home:kubeinit.repo
yum install go
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:kubeinit/CentOS_8_Stream/home:kubeinit.repo
yum install go
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kubeinit/Fedora_Rawhide/home:kubeinit.repo
dnf install go
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:kubeinit/Fedora_39/home:kubeinit.repo
dnf install go