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

Last updated: October 05,2024

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

Please follow the step by step instructions below to install perl-IPTables-ChainMgr.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-IPTables-ChainMgr.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:49:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-IPTables-ChainMgr
Version : 1.6
Release : 15.fc34
Architecture : noarch
Size : 26 k
Source : perl-IPTables-ChainMgr-1.6-15.fc34.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.