How To Install libdnet-devel on Fedora 36

In this tutorial we learn how to install libdnet-devel in Fedora 36. libdnet-devel is Header files for libdnet library

Introduction

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

What is libdnet-devel

Header files for libdnet library.

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

Install libdnet-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 libdnet-devel using dnf by running the following command:

sudo dnf -y install libdnet-devel

Install libdnet-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 libdnet-devel using yum by running the following command:

sudo yum -y install libdnet-devel

How To Uninstall libdnet-devel on Fedora 36

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

sudo dnf remove libdnet-devel

libdnet-devel Package Contents on Fedora 36

/usr/bin/dnet-config
/usr/include/dnet
/usr/include/dnet.h
/usr/include/dnet/addr.h
/usr/include/dnet/arp.h
/usr/include/dnet/blob.h
/usr/include/dnet/eth.h
/usr/include/dnet/fw.h
/usr/include/dnet/icmp.h
/usr/include/dnet/intf.h
/usr/include/dnet/ip.h
/usr/include/dnet/ip6.h
/usr/include/dnet/os.h
/usr/include/dnet/rand.h
/usr/include/dnet/route.h
/usr/include/dnet/sctp.h
/usr/include/dnet/tcp.h
/usr/include/dnet/tun.h
/usr/include/dnet/udp.h
/usr/lib/libdnet.so
/usr/share/man/man3/dnet.3.gz

References

Summary

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


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

Introduction

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

What is libdnet-devel

Header files for libdnet library.

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

Install libdnet-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 libdnet-devel using dnf by running the following command:

sudo dnf -y install libdnet-devel

Install libdnet-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 libdnet-devel using yum by running the following command:

sudo yum -y install libdnet-devel

How To Uninstall libdnet-devel on Fedora 36

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

sudo dnf remove libdnet-devel

libdnet-devel Package Contents on Fedora 36

/usr/bin/dnet-config
/usr/include/dnet
/usr/include/dnet.h
/usr/include/dnet/addr.h
/usr/include/dnet/arp.h
/usr/include/dnet/blob.h
/usr/include/dnet/eth.h
/usr/include/dnet/fw.h
/usr/include/dnet/icmp.h
/usr/include/dnet/intf.h
/usr/include/dnet/ip.h
/usr/include/dnet/ip6.h
/usr/include/dnet/os.h
/usr/include/dnet/rand.h
/usr/include/dnet/route.h
/usr/include/dnet/sctp.h
/usr/include/dnet/tcp.h
/usr/include/dnet/tun.h
/usr/include/dnet/udp.h
/usr/lib64/libdnet.so
/usr/share/man/man3/dnet.3.gz

References

Summary

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