< Home - < Back

perl-Net-Patricia


Information about the package, perl-Net-Patricia, which is shipped with common Linux distributions. The perl-Net-Patricia package is designed for, Patricia Trie perl module for fast IP address lookups.


Package Name:

perl-Net-Patricia

Summary:

Patricia Trie perl module for fast IP address lookups

Description:

This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release.

Architecture:

x86_64

Version:

1.22

Release:

4.el6

Size:

42 k

Repository:

epel

From Repository:

Licence:

GPLv2+ and BSD



Handy Yum Commands for perl-Net-Patricia


Control the perl-Net-Patricia package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Net-Patricia

This command will install perl-Net-Patricia on the server.

yum remove perl-Net-Patricia

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

yum -y remove perl-Net-Patricia

This command will un-install perl-Net-Patricia 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-Patricia when using the -y flag.

yum update perl-Net-Patricia

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

yum -y update perl-Net-Patricia

This command will update perl-Net-Patricia 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-Patricia when using the -y flag.

yum info perl-Net-Patricia

This command will show you core information about the perl-Net-Patricia package.

yum deplist perl-Net-Patricia

This command will show you the dependencies for perl-Net-Patricia. 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-Patricia

This command will check if there is an update waiting on perl-Net-Patricia. 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.