dkms from home:l-card project
选择您的操作系统
添加软件源并手动安装
对于 Arch Linux,请编辑 /etc/pacman.conf 并添加以下内容(注意 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
直接抓取二进制软件包
添加软件源并手动安装
对于 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