How To Install libnetfilter_queue on Fedora 36

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

date: “2022-08-17”

lastmod: “2022-08-17”

Introduction

#image: /images/fedora/36/libnetfilter_queue-featured.png

In this tutorial we learn how to install libnetfilter_queue on Fedora 36.

Introduction

What is libnetfilter_queue

libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue.
In this tutorial we learn how to install libnetfilter_queue on Fedora 36.

What is libnetfilter_queue

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

libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter. It is is part of a system that deprecates the old ip_queue / libipq mechanism. libnetfilter_queue has been previously known as libnfnetlink_queue.

Install libnetfilter_queue on Fedora 36 Using dnf

Update yum database with dnf using the following command. We can use yum or dnf to install libnetfilter_queue on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnetfilter_queue.

sudo dnf makecache --refresh
## Install libnetfilter_queue on Fedora 36 Using dnf

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh
```bash

sudo dnf -y install libnetfilter_queue After updating yum database, We can install libnetfilter_queue using dnf by running the following command:



```bash
## Install libnetfilter_queue on Fedora 36 Using yum
sudo dnf -y install libnetfilter_queue

Install libnetfilter_queue on Fedora 36 Using yum

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

```bash
sudo yum makecache --refresh
sudo yum makecache --refresh


After updating yum database, We can install `libnetfilter_queue` using `yum` by running the following command:
After updating yum database, We can install `libnetfilter_queue` using `yum` by running the following command:


```bash
```bash
sudo yum -y install libnetfilter_queue

sudo yum -y install libnetfilter_queue

## How To Uninstall libnetfilter_queue on Fedora 36

## How To Uninstall libnetfilter_queue on Fedora 36

To uninstall only the `libnetfilter_queue` package we can use the following command:

To uninstall only the `libnetfilter_queue` package we can use the following command:
```bash

```bash
sudo dnf remove libnetfilter_queue
sudo dnf remove libnetfilter_queue


## libnetfilter_queue Package Contents on Fedora 36
## libnetfilter_queue Package Contents on Fedora 36


```bash
```bash
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/338056e8152ea27d2660215587f828b3b6c568
/usr/lib/libnetfilter_queue.so.1
/usr/lib/libnetfilter_queue.so.1.5.0
/usr/share/doc/libnetfilter_queue
/usr/share/doc/libnetfilter_queue/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/7b /usr/lib/.build-id/7b/fcddc0b18e4c33b43579709c26b3212b9dd5c1 /usr/lib64/libnetfilter_queue.so.1 /usr/lib64/libnetfilter_queue.so.1.5.0 /usr/share/doc/libnetfilter_queue /usr/share/doc/libnetfilter_queue/COPYING


## References

* [libnetfilter_queue website](http://netfilter.org)

## Summary

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