How to Install and Uninstall python-radix Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python-radix" package

This guide covers the steps necessary to install python-radix on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-radix

2. Uninstall "python-radix" package

Please follow the steps below to uninstall python-radix on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-radix package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-radix
Priority: extra
Section: universe/python
Installed-Size: 87
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: py-radix
Version: 0.5-3
Provides: python2.7-radix
Depends: libc6 (>= 2.4), python2.7, python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/py-radix/python-radix_0.5-3_amd64.deb
Size: 16054
MD5sum: 94fade819cc52a8a0fdb00a847724a74
SHA1: 1a6b6f559bf4aa1525ebdfbe8bce050c4834c809
SHA256: 39874d2d2b9b98fa627411897852c3e20c51af4cc0752e5a965c81ca1f483dc9
Description-en: radix tree implementation for storage of IPv4 and IPv6 networks
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).
Description-md5: cfc2ae784580f29b476c3c808e8096e4
Homepage: http://www.mindrot.org/projects/py-radix/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu