How to Install and Uninstall perl-Net-Patricia.x86_64 Package on Fedora 39

Last updated: September 29,2024

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

This guide let you learn how to install perl-Net-Patricia.x86_64 on Fedora 39

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

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

This guide covers the steps necessary to uninstall perl-Net-Patricia.x86_64 on Fedora 39:

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

3. Information about the perl-Net-Patricia.x86_64 package on Fedora 39

Last metadata expiration check: 2:44:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Net-Patricia
Version : 1.22
Release : 36.fc39
Architecture : x86_64
Size : 43 k
Source : perl-Net-Patricia-1.22-36.fc39.src.rpm
Repository : fedora
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.