How To Install perl-IPTables-libiptc on Fedora 36

In this tutorial we learn how to install perl-IPTables-libiptc in Fedora 36. perl-IPTables-libiptc is Perl extension for iptables libiptc

Introduction

In this tutorial we learn how to install perl-IPTables-libiptc on Fedora 36.

What is perl-IPTables-libiptc

This package provides a perl interface to the netfilter/iptables C-code and library libiptc.

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

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

sudo dnf -y install perl-IPTables-libiptc

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

sudo yum -y install perl-IPTables-libiptc

How To Uninstall perl-IPTables-libiptc on Fedora 36

To uninstall only the perl-IPTables-libiptc package we can use the following command:

sudo dnf remove perl-IPTables-libiptc

perl-IPTables-libiptc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/c8e02bb8e67f863e4a96c2b82f35dd7fe97cdb
/usr/lib64/perl5/vendor_perl/IPTables
/usr/lib64/perl5/vendor_perl/IPTables/libiptc.pm
/usr/lib64/perl5/vendor_perl/auto/IPTables
/usr/lib64/perl5/vendor_perl/auto/IPTables/libiptc
/usr/lib64/perl5/vendor_perl/auto/IPTables/libiptc/autosplit.ix
/usr/lib64/perl5/vendor_perl/auto/IPTables/libiptc/libiptc.so
/usr/share/doc/perl-IPTables-libiptc
/usr/share/doc/perl-IPTables-libiptc/Changes
/usr/share/doc/perl-IPTables-libiptc/README
/usr/share/man/man3/IPTables::libiptc.3pm.gz

References

Summary

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