libzen from home:MediaArea_net:snapshots 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_MediaArea_net_snapshots_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/MediaArea_net:/snapshots/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Arch_Extra/$(uname -m)/home_MediaArea_net_snapshots_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_MediaArea_net_snapshots_Arch_Extra/libzen
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_8/home:MediaArea_net:snapshots.repo
yum install libzen
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/CentOS_7/home:MediaArea_net:snapshots.repo
yum install libzen
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_40/home:MediaArea_net:snapshots.repo
dnf install libzen
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_39/home:MediaArea_net:snapshots.repo
dnf install libzen
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/Fedora_38/home:MediaArea_net:snapshots.repo
dnf install libzen
For RockyLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RockyLinux_9/home:MediaArea_net:snapshots.repo
yum install libzen
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:MediaArea_net:snapshots/RHEL_7/home:MediaArea_net:snapshots.repo
yum install libzen