How to Install and Uninstall python3-radix Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-radix" package

Please follow the instructions below to install python3-radix on Kali Linux

$ sudo apt update $ sudo apt install python3-radix

2. Uninstall "python3-radix" package

Please follow the guidelines below to uninstall python3-radix on Kali Linux:

$ sudo apt remove python3-radix $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-radix package on Kali Linux

Package: python3-radix
Source: py-radix (0.10.0-4)
Version: 0.10.0-4+b4
Installed-Size: 123
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.14), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 23736
SHA256: f76f5cad8276b7365f309819556bf85245fd1759f5fb57fd95b6f1f271c4b661
SHA1: addbbaac772339802258eea6d85073d9e7ea245e
MD5sum: 18a7f811a763bb9112fdd679ced87af8
Description: radix tree implementation for storage of IPv4 and IPv6 networks (Python 3)
py-radix is an implementation of a radix tree for Python, which supports
storage and lookups of IPv4 and IPv6 networks. This is a Python equivalent to
Dave Plonka's Perl Net::Patricia (it even steals the same radix tree code from
MRTd).
.
The radix tree (a.k.a Patricia tree) is the data structure most commonly used
for routing table lookups. It efficiently stores network prefixes of varying
lengths and allows fast lookups of containing networks. py-radix's
implementation is built solely for networks (the data structure itself is more
general).
.
THis package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/mjschultz/py-radix
Section: python
Priority: optional
Filename: pool/main/p/py-radix/python3-radix_0.10.0-4+b4_amd64.deb