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