How to Install and Uninstall python3-py-radix Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python3-py-radix" package

Please follow the guidance below to install python3-py-radix on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-py-radix

2. Uninstall "python3-py-radix" package

Please follow the instructions below to uninstall python3-py-radix on openSUSE Leap:

$ sudo zypper remove python3-py-radix

3. Information about the python3-py-radix package on openSUSE Leap

Information for package python3-py-radix:
-----------------------------------------
Repository : Main Repository
Name : python3-py-radix
Version : 0.10.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 95.7 KiB
Installed : No
Status : not installed
Source package : python-py-radix-0.10.0-bp155.2.11.src
Upstream URL : https://github.com/mjschultz/py-radix
Summary : Radix tree implementation
Description :
Implements the radix tree data structure for the storage and
retrieval of IPv4 and IPv6 network prefixes.
The radix tree is commonly used for routing table lookups. It efficiently
stores network prefixes of varying lengths and allows fast lookups of
containing networks.
This package includes the C-extension.