How To Install iptables-legacy-devel on Fedora 36

In this tutorial we learn how to install iptables-legacy-devel in Fedora 36. iptables-legacy-devel is Development package for legacy iptables

Introduction

In this tutorial we learn how to install iptables-legacy-devel on Fedora 36.

What is iptables-legacy-devel

Legacy iptables development headers and pkgconfig files The iptc libraries are marked as not public by upstream. The interface is not stable and may change with every new version. It is therefore unsupported.

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

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

sudo dnf -y install iptables-legacy-devel

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

sudo yum -y install iptables-legacy-devel

How To Uninstall iptables-legacy-devel on Fedora 36

To uninstall only the iptables-legacy-devel package we can use the following command:

sudo dnf remove iptables-legacy-devel

iptables-legacy-devel Package Contents on Fedora 36

/usr/include/libiptc
/usr/include/libiptc/ipt_kernel_headers.h
/usr/include/libiptc/libip6tc.h
/usr/include/libiptc/libiptc.h
/usr/include/libiptc/libxtc.h
/usr/include/libiptc/xtcshared.h
/usr/lib/libip4tc.so
/usr/lib/libip6tc.so
/usr/lib/pkgconfig/libip4tc.pc
/usr/lib/pkgconfig/libip6tc.pc
/usr/lib/pkgconfig/libiptc.pc
---
title: "How To Install iptables-legacy-devel on Fedora 36"
linkTitle: "iptables-legacy-devel"
type: "docs"
description: "In this tutorial we learn how to install iptables-legacy-devel in Fedora 36. iptables-legacy-devel is Development package for legacy iptables"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/iptables-legacy-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `iptables-legacy-devel` on Fedora 36.

### What is `iptables-legacy-devel`

Legacy iptables development headers and pkgconfig files The iptc libraries are marked as not public by upstream. The interface is not stable and may change with every new version. It is therefore unsupported.

References

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

Summary

Install iptables-legacy-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh

After updating yum database, We can install iptables-legacy-devel using dnf by running the following command:

sudo dnf -y install iptables-legacy-devel

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

sudo yum -y install iptables-legacy-devel

How To Uninstall iptables-legacy-devel on Fedora 36

To uninstall only the iptables-legacy-devel package we can use the following command:

sudo dnf remove iptables-legacy-devel

iptables-legacy-devel Package Contents on Fedora 36

/usr/include/libiptc
/usr/include/libiptc/ipt_kernel_headers.h
/usr/include/libiptc/libip6tc.h
/usr/include/libiptc/libiptc.h
/usr/include/libiptc/libxtc.h
/usr/include/libiptc/xtcshared.h
/usr/lib64/libip4tc.so
/usr/lib64/libip6tc.so
/usr/lib64/pkgconfig/libip4tc.pc
/usr/lib64/pkgconfig/libip6tc.pc
/usr/lib64/pkgconfig/libiptc.pc

References

Summary

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