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

Last updated: May 19,2024

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

This guide let you learn how to install perl-IPTables-ChainMgr.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-IPTables-ChainMgr.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:20:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-IPTables-ChainMgr
Version : 1.6
Release : 17.fc35
Architecture : noarch
Size : 26 k
Source : perl-IPTables-ChainMgr-1.6-17.fc35.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.