< Home - < Back

perl-Net-IP-Match-Regexp


Information about the package, perl-Net-IP-Match-Regexp, which is shipped with common Linux distributions. The perl-Net-IP-Match-Regexp package is designed for, Efficiently match IP addresses against ranges.


Package Name:

perl-Net-IP-Match-Regexp

Summary:

Efficiently match IP addresses against ranges

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.

Architecture:

noarch

Version:

1.01

Release:

1.el6

Size:

18 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Net-IP-Match-Regexp


Control the perl-Net-IP-Match-Regexp package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Net-IP-Match-Regexp

This command will install perl-Net-IP-Match-Regexp on the server.

yum remove perl-Net-IP-Match-Regexp

This command will un-install perl-Net-IP-Match-Regexp on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Net-IP-Match-Regexp, so you have to manually confirm that you want to do this.

yum -y remove perl-Net-IP-Match-Regexp

This command will un-install perl-Net-IP-Match-Regexp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-IP-Match-Regexp when using the -y flag.

yum update perl-Net-IP-Match-Regexp

This command will update perl-Net-IP-Match-Regexp to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Net-IP-Match-Regexp, so you have to manually confirm that you want to do this.

yum -y update perl-Net-IP-Match-Regexp

This command will update perl-Net-IP-Match-Regexp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Net-IP-Match-Regexp when using the -y flag.

yum info perl-Net-IP-Match-Regexp

This command will show you core information about the perl-Net-IP-Match-Regexp package.

yum deplist perl-Net-IP-Match-Regexp

This command will show you the dependencies for perl-Net-IP-Match-Regexp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Net-IP-Match-Regexp

This command will check if there is an update waiting on perl-Net-IP-Match-Regexp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.