How to Install and Uninstall python3-py-radix.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-py-radix.x86_64" package

In this section, we are going to explain the necessary steps to install python3-py-radix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-py-radix.x86_64

2. Uninstall "python3-py-radix.x86_64" package

Please follow the steps below to uninstall python3-py-radix.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-py-radix.x86_64 $ sudo dnf autoremove

3. Information about the python3-py-radix.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:58:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-py-radix
Version : 0.10.0
Release : 1.el9
Architecture : x86_64
Size : 36 k
Source : py-radix-0.10.0-1.el9.src.rpm
Repository : epel
Summary : Radix tree data structure for Python
URL : https://github.com/mjschultz/py-radix
License : BSD with advertising
Description : py-radix is an implementation of a radix tree for Python, which
: supports storage and lookups of IPv4 and IPv6 networks.
:
: 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).