How To Install libnftnl on Fedora 36

In this tutorial we learn how to install libnftnl in Fedora 36. libnftnl is Library for low-level interaction with nftables Netlink’s API over libmnl

Introduction

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

What is libnftnl

A library for low-level interaction with nftables Netlink’s API over libmnl.

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

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

sudo dnf -y install libnftnl

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

sudo yum -y install libnftnl

How To Uninstall libnftnl on Fedora 36

To uninstall only the libnftnl package we can use the following command:

sudo dnf remove libnftnl

libnftnl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/8a85cd68ebd896e7d26aa95d694bf1667f6abf
/usr/lib/libnftnl.so.11
/usr/lib/libnftnl.so.11.6.0
/usr/share/doc/libnftnl
/usr/share/doc/libnftnl/COPYING

References

Summary

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


title: “How To Install libnftnl on Fedora 36” linkTitle: “libnftnl” type: “docs” description: “In this tutorial we learn how to install libnftnl in Fedora 36. libnftnl is Library for low-level interaction with nftables Netlink’s API over libmnl” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libnftnl-featured.png

Introduction

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

What is libnftnl

A library for low-level interaction with nftables Netlink’s API over libmnl.

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

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

sudo dnf -y install libnftnl

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

sudo yum -y install libnftnl

How To Uninstall libnftnl on Fedora 36

To uninstall only the libnftnl package we can use the following command:

sudo dnf remove libnftnl

libnftnl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/982101549bd2c5f33a646fd1c21b135b5e93bf
/usr/lib64/libnftnl.so.11
/usr/lib64/libnftnl.so.11.6.0
/usr/share/doc/libnftnl
/usr/share/doc/libnftnl/COPYING

References

Summary

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