ds2048 from home:admsasha 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_admsasha_Arch]
Server = https://download.opensuse.org/repositories/home:/admsasha/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:admsasha/Arch/$(uname -m)/home_admsasha_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_admsasha_Arch/ds2048
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:admsasha/CentOS_8/home:admsasha.repo
yum install ds2048
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:admsasha/CentOS_7/home:admsasha.repo
yum install ds2048
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Fedora_Rawhide/home:admsasha.repo
dnf install ds2048
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Mageia_Cauldron/home:admsasha.repo
dnf install ds2048
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:admsasha/Mageia_7/home:admsasha.repo
dnf install ds2048
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/openSUSE_Tumbleweed/home:admsasha.repo
zypper refresh
zypper install ds2048
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/openSUSE_Leap_42.3/home:admsasha.repo
zypper refresh
zypper install ds2048
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/15.4/home:admsasha.repo
zypper refresh
zypper install ds2048
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:admsasha/15.3/home:admsasha.repo
zypper refresh
zypper install ds2048