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

Last updated: October 07,2024

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

Please follow the guidance below to install perl-Net-Patricia.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall perl-Net-Patricia.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:22:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Net-Patricia
Version : 1.22
Release : 28.fc34
Architecture : x86_64
Size : 44 k
Source : perl-Net-Patricia-1.22-28.fc34.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.