chicken from home:zilti:chicken project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_zilti_chicken_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/zilti:/chicken/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:zilti:chicken/Arch_Extra/$(uname -m)/home_zilti_chicken_Arch_Extra.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_zilti_chicken_Arch_Extra/chicken
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:zilti:chicken/CentOS_8_Stream/home:zilti:chicken.repo
yum install chicken
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:zilti:chicken/CentOS_8/home:zilti:chicken.repo
yum install chicken
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:chicken/Fedora_Rawhide/home:zilti:chicken.repo
dnf install chicken
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:chicken/Fedora_38/home:zilti:chicken.repo
dnf install chicken
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:chicken/Mageia_Cauldron/home:zilti:chicken.repo
dnf install chicken
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:chicken/Mageia_8/home:zilti:chicken.repo
dnf install chicken
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:zilti:chicken/Mageia_7/home:zilti:chicken.repo
dnf install chicken
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Tumbleweed/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Leap_15.2_PowerPC/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Leap_15.2_ARM/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Leap 15.1 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Leap_15.1_PowerPC/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Leap_15.1_ARM/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Leap 15.0 Ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Leap_15.0_Ports/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Factory_RISCV/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Factory_PowerPC/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Factory_ARM/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/openSUSE_Factory/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/15.5/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/15.4/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:zilti:chicken/RHEL_7/home:zilti:chicken.repo
yum install chicken
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:zilti:chicken/ScientificLinux_7/home:zilti:chicken.repo
yum install chicken
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/SLE_15_SP3/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/SLE_15_SP2/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/SLE_15_SP1/home:zilti:chicken.repo
zypper refresh
zypper install chicken
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:zilti:chicken/SLE_15/home:zilti:chicken.repo
zypper refresh
zypper install chicken