How To Install nftables-devel on Fedora 36
Introduction
In this tutorial we learn how to install nftables-devel
on Fedora 36.
What is nftables-devel
Development tools and static libraries and header files for the libnftables library.
We can use yum
or dnf
to install nftables-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nftables-devel.
Install nftables-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 nftables-devel
using dnf
by running the following command:
sudo dnf -y install nftables-devel
Install nftables-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 nftables-devel
using yum
by running the following command:
sudo yum -y install nftables-devel
How To Uninstall nftables-devel on Fedora 36
To uninstall only the nftables-devel
package we can use the following command:
sudo dnf remove nftables-devel
nftables-devel Package Contents on Fedora 36
/usr/include/nftables/libnftables.h
/usr/lib64/libnftables.so
/usr/lib64/pkgconfig/libnftables.pc
/usr/share/man/man3/libnftables.3.gz
References
Summary
In this tutorial we learn how to install nftables-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nftables-devel on Fedora 36” linkTitle: “nftables-devel” type: “docs” description: “In this tutorial we learn how to install nftables-devel in Fedora 36. nftables-devel is Development library for nftables / libnftables” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nftables-devel-featured.png
Introduction
In this tutorial we learn how to install nftables-devel
on Fedora 36.
What is nftables-devel
Development tools and static libraries and header files for the libnftables library.
We can use yum
or dnf
to install nftables-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nftables-devel.
Install nftables-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 nftables-devel
using dnf
by running the following command:
sudo dnf -y install nftables-devel
Install nftables-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 nftables-devel
using yum
by running the following command:
sudo yum -y install nftables-devel
How To Uninstall nftables-devel on Fedora 36
To uninstall only the nftables-devel
package we can use the following command:
sudo dnf remove nftables-devel
nftables-devel Package Contents on Fedora 36
/usr/include/nftables/libnftables.h
/usr/lib/libnftables.so
/usr/lib/pkgconfig/libnftables.pc
/usr/share/man/man3/libnftables.3.gz
References
Summary
In this tutorial we learn how to install nftables-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).