How to Install and Uninstall perl-Net-IP-Match-Regexp.noarch Package on CentOS Stream 9

Last updated: November 13,2024

1. Install "perl-Net-IP-Match-Regexp.noarch" package

In this section, we are going to explain the necessary steps to install perl-Net-IP-Match-Regexp.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Net-IP-Match-Regexp.noarch

2. Uninstall "perl-Net-IP-Match-Regexp.noarch" package

This tutorial shows how to uninstall perl-Net-IP-Match-Regexp.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Net-IP-Match-Regexp.noarch $ sudo dnf autoremove

3. Information about the perl-Net-IP-Match-Regexp.noarch package on CentOS Stream 9

Last metadata expiration check: 0:47:25 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Net-IP-Match-Regexp
Version : 1.01
Release : 36.el9
Architecture : noarch
Size : 23 k
Source : perl-Net-IP-Match-Regexp-1.01-36.el9.src.rpm
Repository : epel
Summary : Efficiently match IP addresses against ranges
URL : https://metacpan.org/release/Net-IP-Match-Regexp
License : GPL+ or Artistic
Description : This module allows you to check an IP address against one or more IP
: ranges. It employs Perl's highly optimized regular expression engine to do
: the hard work, so it is very fast. It is optimized for speed by doing the
: match against a regexp which implicitly checks the broadest IP ranges
: first. An advantage is that the regexp can be computed and stored in
: advance (in source code, in a database table, etc) and reused, saving much
: time if the IP ranges don't change too often. The match can optionally
: report a value (e.g. a network name) instead of just a boolean, which makes
: module useful for mapping IP ranges to names or codes or anything else.