How to Install and Uninstall perl-Net-Patricia.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Net-Patricia.x86_64" package

Please follow the steps below to install perl-Net-Patricia.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Net-Patricia.x86_64

2. Uninstall "perl-Net-Patricia.x86_64" package

This is a short guide on how to uninstall perl-Net-Patricia.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Net-Patricia.x86_64 $ sudo dnf autoremove

3. Information about the perl-Net-Patricia.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:44:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Net-Patricia
Version : 1.22
Release : 25.el9
Architecture : x86_64
Size : 44 k
Source : perl-Net-Patricia-1.22-25.el9.src.rpm
Repository : epel
Summary : Patricia Trie perl module for fast IP address lookups
URL : https://metacpan.org/release/Net-Patricia
License : GPLv2+ and BSD
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.