How to Install and Uninstall perl-Net-Patricia.x86_64 Package on Rocky Linux 8

Last updated: May 20,2024

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

In this section, we are going to explain the necessary steps to install perl-Net-Patricia.x86_64 on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the perl-Net-Patricia.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:06:02 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Net-Patricia
Version : 1.22
Release : 23.el8
Architecture : x86_64
Size : 48 k
Source : perl-Net-Patricia-1.22-23.el8.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.