How to Install and Uninstall libnet-patricia-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libnet-patricia-perl" package

This guide covers the steps necessary to install libnet-patricia-perl on Kali Linux

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

2. Uninstall "libnet-patricia-perl" package

Please follow the steps below to uninstall libnet-patricia-perl on Kali Linux:

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

3. Information about the libnet-patricia-perl package on Kali Linux

Package: libnet-patricia-perl
Source: libnet-patricia-perl (1.22-2)
Version: 1.22-2+b2
Installed-Size: 88
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4), libsocket6-perl, libnet-cidr-lite-perl
Size: 27316
SHA256: 288490264730bf79e0eed9a71a12452279495a036c1f949265c61d3497cc5e49
SHA1: 7f62448269f45f625a1f9ac3f070e1d257fbd8d6
MD5sum: 9356e7baa0829803b56e70f19db38a90
Description: 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:
Homepage: https://metacpan.org/release/Net-Patricia
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-patricia-perl/libnet-patricia-perl_1.22-2+b2_amd64.deb