elforkane from home:abouzakaria 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_abouzakaria_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/abouzakaria/Arch_Extra/$arch
Then run the following as 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
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_abouzakaria_Arch]
Server = https://download.opensuse.org/repositories/home:/abouzakaria/Arch/$arch
Then run the following as 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
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:abouzakaria/CentOS_7/home:abouzakaria.repo
yum install elforkane
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:abouzakaria/Fedora_37/home:abouzakaria.repo
dnf install elforkane
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:abouzakaria/openSUSE_Tumbleweed/home:abouzakaria.repo
zypper refresh
zypper install elforkane
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:abouzakaria/openSUSE_Leap_42.2/home:abouzakaria.repo
zypper refresh
zypper install elforkane
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:abouzakaria/RHEL_7/home:abouzakaria.repo
yum install elforkane