dkms from home:l-card:testing 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_l-card_testing_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/l-card:/testing/Arch_Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Arch_Extra/$(uname -m)/home_l-card_testing_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_l-card_testing_Arch_Extra/dkms

Packages for Arch Extra:

For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Tumbleweed/home:l-card:testing.repo
zypper refresh
zypper install dkms
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.2/home:l-card:testing.repo
zypper refresh
zypper install dkms
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.1/home:l-card:testing.repo
zypper refresh
zypper install dkms
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card:testing/ScientificLinux_7/home:l-card:testing.repo
yum install dkms