How To Install libnfnetlink-devel on Fedora 36

In this tutorial we learn how to install libnfnetlink-devel in Fedora 36. libnfnetlink-devel is Netfilter netlink userspace library

Introduction

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

libnfnetlink is a userspace library that provides some low-level nfnetlink handling functions. It is used as a foundation for other, netfilter subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log and libnfnetlink_queue.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libnfnetlink-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libnfnetlink-devel

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

sudo dnf remove libnfnetlink-devel
---
title: "How To Install libnfnetlink-devel on Fedora 36"
linkTitle: "libnfnetlink-devel"
type: "docs"
description: "In this tutorial we learn how to install libnfnetlink-devel in Fedora 36. libnfnetlink-devel is Netfilter netlink userspace library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libnfnetlink-devel-featured.png
---

## Introduction

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

### What is `libnfnetlink-devel`

> libnfnetlink is a userspace library that provides some low-level nfnetlink handling functions.  It is used as a foundation for other, netfilter subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log and libnfnetlink_queue.  

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

## Install libnfnetlink-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libnfnetlink-devel

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libnfnetlink-devel

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

sudo dnf remove libnfnetlink-devel
/usr/include/libnfnetlink
/usr/include/libnfnetlink/libnfnetlink.h
/usr/include/libnfnetlink/linux_nfnetlink.h
/usr/include/libnfnetlink/linux_nfnetlink_compat.h
/usr/lib/libnfnetlink.so
/usr/lib/pkgconfig/libnfnetlink.pc
/usr/include/libnfnetlink
/usr/include/libnfnetlink/libnfnetlink.h
/usr/include/libnfnetlink/linux_nfnetlink.h
/usr/include/libnfnetlink/linux_nfnetlink_compat.h
/usr/lib64/libnfnetlink.so
/usr/lib64/pkgconfig/libnfnetlink.pc

References

Summary



## References

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

* [libnfnetlink-devel website](http://netfilter.org)

## Summary

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