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

Last updated: October 04,2024

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

This guide covers the steps necessary to install perl-Net-IP-CMatch.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall perl-Net-IP-CMatch.x86_64 on Fedora 34:

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

Last metadata expiration check: 2:35:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Net-IP-CMatch
Version : 0.02
Release : 44.fc34
Architecture : x86_64
Size : 17 k
Source : perl-Net-IP-CMatch-0.02-44.fc34.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).