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

Last updated: October 05,2024

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

Learn how to install perl-Net-IP-CMatch.x86_64 on Fedora 35

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

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

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

$ 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 35

Last metadata expiration check: 2:39:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Net-IP-CMatch
Version : 0.02
Release : 46.fc35
Architecture : x86_64
Size : 17 k
Source : perl-Net-IP-CMatch-0.02-46.fc35.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).