How To Install libnfnetlink on Fedora 36
Introduction
In this tutorial we learn how to install libnfnetlink on Fedora 36.
What is libnfnetlink
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 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnfnetlink.
Install libnfnetlink 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 libnfnetlink using dnf by running the following command:
sudo dnf -y install libnfnetlink
Install libnfnetlink 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 libnfnetlink using yum by running the following command:
sudo yum -y install libnfnetlink
How To Uninstall libnfnetlink on Fedora 36
To uninstall only the libnfnetlink package we can use the following command:
sudo dnf remove libnfnetlink
libnfnetlink Package Contents on Fedora 36
---
title: "How To Install libnfnetlink on Fedora 36"
linkTitle: "libnfnetlink"
type: "docs"
description: "In this tutorial we learn how to install libnfnetlink in Fedora 36. libnfnetlink is Netfilter netlink userspace library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libnfnetlink-featured.png
---
## Introduction
In this tutorial we learn how to install `libnfnetlink` on Fedora 36.
### What is `libnfnetlink`
> 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` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnfnetlink.
## Install libnfnetlink 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 using dnf by running the following command:
sudo dnf -y install libnfnetlink
Install libnfnetlink 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 libnfnetlink using yum by running the following command:
sudo yum -y install libnfnetlink
How To Uninstall libnfnetlink on Fedora 36
To uninstall only the libnfnetlink package we can use the following command:
sudo dnf remove libnfnetlink
/usr/lib/.build-id /usr/lib/.build-id/49 /usr/lib/.build-id/49/393c33cc9b0d2d707209556ce857d5e70be987 /usr/lib64/libnfnetlink.so.0 /usr/lib64/libnfnetlink.so.0.2.0 /usr/share/doc/libnfnetlink /usr/share/doc/libnfnetlink/README /usr/share/licenses/libnfnetlink /usr/share/licenses/libnfnetlink/COPYING
libnfnetlink Package Contents on Fedora 36
References
- libnfnetlink website /usr/lib/.build-id /usr/lib/.build-id/fc /usr/lib/.build-id/fc/45aae723def41ff46991ec9329818d5776b89b /usr/lib/libnfnetlink.so.0 /usr/lib/libnfnetlink.so.0.2.0 /usr/share/doc/libnfnetlink /usr/share/doc/libnfnetlink/README /usr/share/licenses/libnfnetlink /usr/share/licenses/libnfnetlink/COPYING
## References
* [libnfnetlink website](http://netfilter.org)
## Summary
In this tutorial we learn how to install `libnfnetlink` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
## Summary
In this tutorial we learn how to install `libnfnetlink` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).