elokab-terminal 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/elokab-terminal
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 elokab-terminal
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 elokab-terminal
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 elokab-terminal