How To Install libxdp on Fedora 36
Introduction
In this tutorial we learn how to install libxdp
on Fedora 36.
What is libxdp
The libxdp package contains the libxdp library for managing XDP programs, used by the xdp-tools package
We can use yum
or dnf
to install libxdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdp.
Install libxdp 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
using dnf
by running the following command:
sudo dnf -y install libxdp
Install libxdp 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
using yum
by running the following command:
sudo yum -y install libxdp
How To Uninstall libxdp on Fedora 36
To uninstall only the libxdp
package we can use the following command:
sudo dnf remove libxdp
libxdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/c532c5a24945aa3cdc5d99f2467fa6d0e59e5b
/usr/lib/bpf/xdp-dispatcher.o
/usr/lib/libxdp.so.1
/usr/lib/libxdp.so.1.2.0
/usr/share/man/man3/libxdp.3.gz
References
Summary
In this tutorial we learn how to install libxdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libxdp on Fedora 36” linkTitle: “libxdp” type: “docs” description: “In this tutorial we learn how to install libxdp in Fedora 36. libxdp is XDP helper library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libxdp-featured.png
Introduction
In this tutorial we learn how to install libxdp
on Fedora 36.
What is libxdp
The libxdp package contains the libxdp library for managing XDP programs, used by the xdp-tools package
We can use yum
or dnf
to install libxdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libxdp.
Install libxdp 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
using dnf
by running the following command:
sudo dnf -y install libxdp
Install libxdp 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
using yum
by running the following command:
sudo yum -y install libxdp
How To Uninstall libxdp on Fedora 36
To uninstall only the libxdp
package we can use the following command:
sudo dnf remove libxdp
libxdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/5d28b623fc20162ed2efb097f40f950a2e34c5
/usr/lib64/bpf/xdp-dispatcher.o
/usr/lib64/libxdp.so.1
/usr/lib64/libxdp.so.1.2.0
/usr/share/man/man3/libxdp.3.gz
References
Summary
In this tutorial we learn how to install libxdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).