lpcie-dkms from home:l-card:testing project

Виберіть вашу операційну систему

Для Arch Linux відредагуйте /etc/pacman.conf і додайте наступне (зверніть увагу, що в pacman.conf важливий порядок сховищ, оскільки pacman завжди завантажує перший знайдений пакет):
[home_l-card_testing_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/l-card:/testing/Arch_Extra/$arch
Потім запустіть від імені 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/lpcie-dkms

Пакунки для Arch Extra:

Для Raspbian 9.0 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Raspbian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian Unstable запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian Testing запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian 9.0 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian 8.0 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian 7.0 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian 11 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Debian 10 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms

Пакунки для Raspbian 9.0:

Пакунки для Debian Unstable:

Пакунки для Debian Testing:

Пакунки для Debian 9.0:

Пакунки для Debian 8.0:

Пакунки для Debian 7.0:

Пакунки для Debian 11:

Пакунки для Debian 10:

Для Fedora Rawhide запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:l-card:testing/Fedora_Rawhide/home:l-card:testing.repo
dnf install lpcie-dkms
Для Fedora 42 запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:l-card:testing/Fedora_42/home:l-card:testing.repo
dnf install lpcie-dkms
Для Fedora 41 запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:l-card:testing/Fedora_41/home:l-card:testing.repo
dnf install lpcie-dkms
Для Fedora 40 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card:testing/Fedora_40/home:l-card:testing.repo
dnf install lpcie-dkms
Для Fedora 39 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card:testing/Fedora_39/home:l-card:testing.repo
dnf install lpcie-dkms
Для Fedora 38 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:l-card:testing/Fedora_38/home:l-card:testing.repo
dnf install lpcie-dkms
Для openSUSE Tumbleweed запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Tumbleweed/home:l-card:testing.repo
zypper refresh
zypper install lpcie-dkms
Для openSUSE Leap 15.1 ARM запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_Leap_15.1_ARM/home:l-card:testing.repo
zypper refresh
zypper install lpcie-dkms
Для openSUSE 13.2 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.2/home:l-card:testing.repo
zypper refresh
zypper install lpcie-dkms
Для openSUSE 13.1 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:l-card:testing/openSUSE_13.1/home:l-card:testing.repo
zypper refresh
zypper install lpcie-dkms
Для Raspbian 11 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для Raspbian 10 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms

Пакунки для Raspbian 11:

Пакунки для Raspbian 10:

Для ScientificLinux 7 запустіть від імені 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 lpcie-dkms
Для xUbuntu 22.04 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для xUbuntu 20.04 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms
Для xUbuntu 18.04 запустіть:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/l-card:/testing/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:l-card:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:l-card:testing/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_l-card_testing.gpg > /dev/null
sudo apt update
sudo apt install lpcie-dkms

Пакунки для xUbuntu 22.04:

Пакунки для xUbuntu 20.04:

Пакунки для xUbuntu 18.04: