How to Install and Uninstall libnet-patricia-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libnet-patricia-perl" package

Please follow the instructions below to install libnet-patricia-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-patricia-perl

2. Uninstall "libnet-patricia-perl" package

Learn how to uninstall libnet-patricia-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-patricia-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-patricia-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnet-patricia-perl
Priority: optional
Section: universe/perl
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.22-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libsocket6-perl, libnet-cidr-lite-perl
Filename: pool/universe/libn/libnet-patricia-perl/libnet-patricia-perl_1.22-1build2_amd64.deb
Size: 26284
MD5sum: c6b5c9e7dec0dfd3b7d566cf6fe8dd5d
SHA1: 98f37d7dd6a1a7f36f2e7831b34ba0329e4db253
SHA256: 65957539356260829fcb38a7e799e204b23a295034ef7faad70c1491be6a6f0b
Description-en: Perl module for fast IP address lookups
Net::Patricia 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.
Description-md5: c0b7febe52570bf0586f14d286ffdf92
Homepage: https://metacpan.org/release/Net-Patricia/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu