How to Install and Uninstall perl-Net-IP-CMatch.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "perl-Net-IP-CMatch.x86_64" package

Please follow the steps below to install perl-Net-IP-CMatch.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Net-IP-CMatch.x86_64

2. Uninstall "perl-Net-IP-CMatch.x86_64" package

Please follow the step by step instructions below to uninstall perl-Net-IP-CMatch.x86_64 on Fedora 36:

$ sudo dnf remove perl-Net-IP-CMatch.x86_64 $ sudo dnf autoremove

3. Information about the perl-Net-IP-CMatch.x86_64 package on Fedora 36

Last metadata expiration check: 4:29:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Net-IP-CMatch
Version : 0.02
Release : 47.fc36
Architecture : x86_64
Size : 17 k
Source : perl-Net-IP-CMatch-0.02-47.fc36.src.rpm
Repository : fedora
Summary : Efficiently match IP addresses against IP ranges with C
URL : https://metacpan.org/release/Net-IP-CMatch
License : GPL+ or Artistic
Description : Net::IP::CMatch is based upon, and does the same thing as Net::IP::Match. The
: unconditionally exported subroutine 'match_ip' determines if the IP to match
: (first argument) matches any of the subsequent IP arguments. Match arguments
: may be absolute quads, as '127.0.0.1', or contain mask bits as
: '111.245.76.248/29'. A true return value indicates a match. It was written in
: C, rather than a macro, preprocessed through perl's source filter mechanism
: (as is Net::IP::Match), so that the IP arguments could be traditional perl
: scalars. The C code is lean and mean (IMHO).