dpdk from home:bluca:dpdk project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_8/home:bluca:dpdk.repo
yum install dpdk
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:bluca:dpdk/CentOS_7/home:bluca:dpdk.repo
yum install dpdk
For Debian 12 run the following:
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
For Debian 11 run the following:
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
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_Rawhide/home:bluca:dpdk.repo
dnf install dpdk
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_39/home:bluca:dpdk.repo
dnf install dpdk
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bluca:dpdk/Fedora_38/home:bluca:dpdk.repo
dnf install dpdk
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/openSUSE_Tumbleweed/home:bluca:dpdk.repo
zypper refresh
zypper install dpdk
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:bluca:dpdk/openSUSE_Factory_ARM/home:bluca:dpdk.repo
zypper refresh
zypper install dpdk
For Ubuntu 22.04 run the following:
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
For Ubuntu 20.04 run the following:
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
For Ubuntu 18.04 run the following:
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