dkms from home:l-card project

お使いのオペレーティングシステムの選択

Arch Linux の場合は /etc/pacman.conf を編集し、下記を追加してください (ただし、 pacman が想定どおりのパッケージをダウンロードできるよう、リポジトリの順序についても注意してください):
[home_l-card_Arch_Extra_standard]
Server = https://download.opensuse.org/repositories/home:/l-card/Arch_Extra_standard/$arch
その後、 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

Arch Extra standard 向けのパッケージ:

CentOS CentOS-7 の場合は、 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
CentOS 8 Stream の場合は、 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
CentOS 8 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/CentOS_8/home:l-card.repo
yum install dkms
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Tumbleweed/home:l-card.repo
zypper refresh
zypper install dkms
openSUSE Leap 42.3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.3/home:l-card.repo
zypper refresh
zypper install dkms
openSUSE Leap 42.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.2/home:l-card.repo
zypper refresh
zypper install dkms
openSUSE Leap 42.1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Leap_42.1/home:l-card.repo
zypper refresh
zypper install dkms
openSUSE Factory ARM の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_Factory_ARM/home:l-card.repo
zypper refresh
zypper install dkms
openSUSE 13.2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:l-card/openSUSE_13.2/home:l-card.repo
zypper refresh
zypper install dkms
ScientificLinux 7 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:l-card/ScientificLinux_7/home:l-card.repo
yum install dkms