dkms from home:l-card project
Select Your Operating System
Add repository and install manually
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_Arch_Extra_standard] Server = https://download.opensuse.org/repositories/home:/l-card/Arch_Extra_standard/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:l-card/Arch_Extra_standard/$(uname -m)/home_l-card_Arch_Extra_standard.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_Arch_Extra_standard/dkms
Grab binary packages directly
Add repository and install manually
For CentOS CentOS-7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:l-card/CentOS_CentOS-7/home:l-card.repo yum install dkms
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:l-card/CentOS_8_Stream/home:l-card.repo yum install dkms
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:l-card/CentOS_8/home:l-card.repo yum install dkms
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Tumbleweed/home:l-card.repo zypper refresh zypper install dkms
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.3/home:l-card.repo zypper refresh zypper install dkms
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.2/home:l-card.repo zypper refresh zypper install dkms
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.1/home:l-card.repo zypper refresh zypper install dkms
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Factory_ARM/home:l-card.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/openSUSE_13.2/home:l-card.repo zypper refresh zypper install dkms
Grab binary packages directly
Add repository and install manually
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:l-card/ScientificLinux_7/home:l-card.repo yum install dkms