samplv1 from home:rncbc 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_rncbc_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Arch/$(uname -m)/home_rncbc_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_rncbc_Arch/samplv1
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_39/home:rncbc.repo
dnf install samplv1
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_38/home:rncbc.repo
dnf install samplv1
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Tumbleweed/home:rncbc.repo
zypper refresh
zypper install samplv1

Packages for openSUSE Tumbleweed:

For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.6/home:rncbc.repo
zypper refresh
zypper install samplv1
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.5/home:rncbc.repo
zypper refresh
zypper install samplv1

Packages for openSUSE Leap 15.6:

Packages for openSUSE Leap 15.5: