elforkane from home:abouzakaria project

Seleccione o seu sistema operativo

Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_abouzakaria_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/abouzakaria/Arch_Extra/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:abouzakaria/Arch_Extra/$(uname -m)/home_abouzakaria_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_abouzakaria_Arch_Extra/elforkane
Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_abouzakaria_Arch]
Server = https://download.opensuse.org/repositories/home:/abouzakaria/Arch/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:abouzakaria/Arch/$(uname -m)/home_abouzakaria_Arch.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_abouzakaria_Arch/elforkane
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:abouzakaria/CentOS_7/home:abouzakaria.repo
yum install elforkane
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:abouzakaria/openSUSE_Tumbleweed/home:abouzakaria.repo
zypper refresh
zypper install elforkane
Para openSUSE Leap 42.2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:abouzakaria/openSUSE_Leap_42.2/home:abouzakaria.repo
zypper refresh
zypper install elforkane
Para RHEL 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:abouzakaria/RHEL_7/home:abouzakaria.repo
yum install elforkane