How To Install libxdp-devel on Fedora 36

In this tutorial we learn how to install libxdp-devel in Fedora 36. libxdp-devel is Development files for libxdp

Introduction

In this tutorial we learn how to install libxdp-devel on Fedora 36.

What is libxdp-devel

The libxdp-devel package contains headers used for building XDP programs using libxdp.

We can use yum or dnf to install libxdp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdp-devel.

Install libxdp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libxdp-devel using dnf by running the following command:

sudo dnf -y install libxdp-devel

Install libxdp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxdp-devel using yum by running the following command:

sudo yum -y install libxdp-devel

How To Uninstall libxdp-devel on Fedora 36

To uninstall only the libxdp-devel package we can use the following command:

sudo dnf remove libxdp-devel

libxdp-devel Package Contents on Fedora 36

---
title: "How To Install libxdp-devel on Fedora 36"
linkTitle: "libxdp-devel"
type: "docs"
description: "In this tutorial we learn how to install libxdp-devel in Fedora 36. libxdp-devel is Development files for libxdp"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libxdp-devel-featured.png
---

/usr/include/xdp/libxdp.h
/usr/include/xdp/parsing_helpers.h
/usr/include/xdp/prog_dispatcher.h
/usr/include/xdp/xdp_helpers.h
/usr/include/xdp/xdp_stats_kern.h
/usr/include/xdp/xdp_stats_kern_user.h
/usr/include/xdp/xsk.h
/usr/lib/libxdp.so
/usr/lib/pkgconfig/libxdp.pc
## Introduction

In this tutorial we learn how to install `libxdp-devel` on Fedora 36.

### What is `libxdp-devel`

The libxdp-devel package contains headers used for building XDP programs using libxdp.

References

We can use yum or dnf to install libxdp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdp-devel.

Summary

Install libxdp-devel on Fedora 36 Using dnf

In this tutorial we learn how to install libxdp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libxdp-devel using dnf by running the following command:

sudo dnf -y install libxdp-devel

Install libxdp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libxdp-devel using yum by running the following command:

sudo yum -y install libxdp-devel

How To Uninstall libxdp-devel on Fedora 36

To uninstall only the libxdp-devel package we can use the following command:

sudo dnf remove libxdp-devel

libxdp-devel Package Contents on Fedora 36

/usr/include/xdp/libxdp.h
/usr/include/xdp/parsing_helpers.h
/usr/include/xdp/prog_dispatcher.h
/usr/include/xdp/xdp_helpers.h
/usr/include/xdp/xdp_stats_kern.h
/usr/include/xdp/xdp_stats_kern_user.h
/usr/include/xdp/xsk.h
/usr/lib64/libxdp.so
/usr/lib64/pkgconfig/libxdp.pc

References

Summary

In this tutorial we learn how to install libxdp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).