dpdk from home:bluca:dpdk project
Valitse käyttöjärjestelmäsi
Lisää asennuslähde ja asenna itse
CentOS 9 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_9/home:bluca:dpdk.repo yum install dpdk
CentOS 8 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_8/home:bluca:dpdk.repo yum install dpdk
CentOS 7 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_7/home:bluca:dpdk.repo yum install dpdk
CentOS 10 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_10/home:bluca:dpdk.repo yum install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Debian Testing suorita seuraava:
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:/bluca:/dpdk/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Debian 13 suorita seuraava:
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:/bluca:/dpdk/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Debian 12 suorita seuraava:
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:/bluca:/dpdk/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Debian 11 suorita seuraava:
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:/bluca:/dpdk/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Fedora Rawhide suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_Rawhide/home:bluca:dpdk.repo dnf install dpdk
Fedora 43 suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_43/home:bluca:dpdk.repo dnf install dpdk
Fedora 42 suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_42/home:bluca:dpdk.repo dnf install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
openSUSE Tumbleweed suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/openSUSE_Tumbleweed/home:bluca:dpdk.repo zypper refresh zypper install dpdk
openSUSE Factory ARM suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/openSUSE_Factory_ARM/home:bluca:dpdk.repo zypper refresh zypper install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
RHEL 7 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:bluca:dpdk/RHEL_7/home:bluca:dpdk.repo yum install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
openSUSE Leap 15.6 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/openSUSE_Leap_15.6/home:bluca:dpdk.repo zypper refresh zypper install dpdk
SLE 12 SP4 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/SLE_12_SP4/home:bluca:dpdk.repo zypper refresh zypper install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Ubuntu 24.04 suorita seuraava:
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:/bluca:/dpdk/Ubuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Ubuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Ubuntu 22.04 suorita seuraava:
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:/bluca:/dpdk/Ubuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Ubuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Ubuntu 20.04 suorita seuraava:
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:/bluca:/dpdk/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Ubuntu 18.04 suorita seuraava:
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:/bluca:/dpdk/Ubuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:bluca:dpdk.list curl -fsSL https://download.opensuse.org/repositories/home:bluca:dpdk/Ubuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bluca_dpdk.gpg > /dev/null sudo apt update sudo apt install dpdk
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
openSUSE Leap 16 suorita seuraava root-käyttäjänä:
?