libzen from home:MediaArea_net project
Seleccioneu el sistema operatiu
Afegiu el repositori i instal·leu-lo manualment
Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_MediaArea_net_Arch_Extra] Server = https://download.opensuse.org/repositories/home:/MediaArea_net/Arch_Extra/$arch
Llavors executeu el següent com a root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:MediaArea_net/Arch_Extra/$(uname -m)/home_MediaArea_net_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_Arch_Extra/libzen
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:MediaArea_net/CentOS_8/home:MediaArea_net.repo yum install libzen
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a Fedora 43 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_43/home:MediaArea_net.repo dnf install libzen
Per a Fedora 42 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_42/home:MediaArea_net.repo dnf install libzen
Per a Fedora 41 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:MediaArea_net/Fedora_41/home:MediaArea_net.repo dnf install libzen
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a AlmaLinux 9 executeu el següent com a root:
?
Per a AlmaLinux 10 executeu el següent com a root:
?