How to Install and Uninstall python3-radix Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-radix" package

Learn how to install python3-radix on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-radix

2. Uninstall "python3-radix" package

In this section, we are going to explain the necessary steps to uninstall python3-radix on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-radix package on Ubuntu 21.10 (Impish Indri)

Package: python3-radix
Architecture: amd64
Version: 0.10.0-3build3
Priority: optional
Section: universe/python
Source: py-radix
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 86
Provides: python3.9-radix
Depends: libc6 (>= 2.4), python3 (<< 3.10), python3 (>= 3.9~), python3:any
Filename: pool/universe/p/py-radix/python3-radix_0.10.0-3build3_amd64.deb
Size: 22312
MD5sum: 24a6adeed474e589ddfbd11ff7b7697b
SHA1: 8e56676e4b5ff2279dad9e123e380ab910a4e8ed
SHA256: 6375b837cf78e58def60b5f22cdb1586ffc2cfbafe1e7fcb466fa1e1f4b5abf5
SHA512: de271387d40720f2a0abd1b89041004d37ff8bbdeba21310ec5bfb2c6a6f0b63ed0c201871c5e46c5d8e2dacb2f9c4b51102d4847adb8a44a25baa950e56293c
Homepage: https://github.com/mjschultz/py-radix
Description-en: 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: 7842c7c403835ff66e34d55499916f46