How to Install and Uninstall perl-IPTables-ChainMgr.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "perl-IPTables-ChainMgr.noarch" package

This guide covers the steps necessary to install perl-IPTables-ChainMgr.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-IPTables-ChainMgr.noarch

2. Uninstall "perl-IPTables-ChainMgr.noarch" package

This guide covers the steps necessary to uninstall perl-IPTables-ChainMgr.noarch on Fedora 36:

$ sudo dnf remove perl-IPTables-ChainMgr.noarch $ sudo dnf autoremove

3. Information about the perl-IPTables-ChainMgr.noarch package on Fedora 36

Last metadata expiration check: 3:53:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-IPTables-ChainMgr
Version : 1.6
Release : 18.fc36
Architecture : noarch
Size : 26 k
Source : perl-IPTables-ChainMgr-1.6-18.fc36.src.rpm
Repository : fedora
Summary : Perl extension for manipulating iptables policies
URL : http://www.cipherdyne.org/modules/
License : Artistic 2.0
Description : The IPTables::ChainMgr package provides an interface to manipulate iptables
: policies on Linux systems through the direct execution of iptables
: commands. Although making a perl extension of libiptc provided by the iptables
: project is possible, it is easy to just execute iptables commands directly in
: order to both parse and change the configuration of the policy. Further, this
: simplifies installation since the only external requirement is (in the spirit
: of scripting) to be able to point IPTables::ChainMgr at an installed iptables
: binary instead of having to compile against a library.