How To Install iptables-legacy-libs on Fedora 36

In this tutorial we learn how to install iptables-legacy-libs in Fedora 36. iptables-legacy-libs is iptables legacy libraries

Introduction

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

What is iptables-legacy-libs

iptables libraries. Please remember that libip*tc libraries do neither have a stable API nor a real so version. For more information about this, please have a look at http

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

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

sudo dnf -y install iptables-legacy-libs

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

sudo yum -y install iptables-legacy-libs

How To Uninstall iptables-legacy-libs on Fedora 36

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

sudo dnf remove iptables-legacy-libs

iptables-legacy-libs Package Contents on Fedora 36

---
title: "How To Install iptables-legacy-libs on Fedora 36"
linkTitle: "iptables-legacy-libs"
type: "docs"
description: "In this tutorial we learn how to install iptables-legacy-libs in Fedora 36. iptables-legacy-libs is iptables legacy libraries"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/iptables-legacy-libs-featured.png
---

## Introduction

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

### What is `iptables-legacy-libs`

> iptables libraries.  Please remember that libip*tc libraries do neither have a stable API nor a real so version.  For more information about this, please have a look at    http  

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

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

sudo dnf -y install iptables-legacy-libs

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

sudo yum -y install iptables-legacy-libs

How To Uninstall iptables-legacy-libs on Fedora 36

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

sudo dnf remove iptables-legacy-libs

iptables-legacy-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/64ef34d0ca76f5b55d8407321a099e41bd2fcd
/usr/lib/.build-id/42
/usr/lib/.build-id/42/f4358d454d3c6798d5eacf96ecd93dfa4924bb
/usr/lib64/libip4tc.so.2
/usr/lib64/libip4tc.so.2.0.0
/usr/lib64/libip6tc.so.2
/usr/lib64/libip6tc.so.2.0.0
/usr/share/licenses/iptables-legacy-libs
/usr/share/licenses/iptables-legacy-libs/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/46 /usr/lib/.build-id/46/06d67120eeddd2b31fb45cb5f3a5f5edfd9edc /usr/lib/.build-id/59/0dabae6cb27834ec49eed8383513c7db3f9fd0 /usr/lib/libip4tc.so.2 /usr/lib/libip4tc.so.2.0.0 /usr/lib/libip6tc.so.2 /usr/lib/libip6tc.so.2.0.0 /usr/share/licenses/iptables-legacy-libs /usr/share/licenses/iptables-legacy-libs/COPYING


## References

* [iptables-legacy-libs website](https://www.netfilter.org/projects/iptables)

## Summary

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