How to Install and Uninstall python38-py-radix Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python38-py-radix" package

In this section, we are going to explain the necessary steps to install python38-py-radix on openSuSE Tumbleweed

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

2. Uninstall "python38-py-radix" package

Please follow the guidance below to uninstall python38-py-radix on openSuSE Tumbleweed:

$ sudo zypper remove python38-py-radix

3. Information about the python38-py-radix package on openSuSE Tumbleweed

Information for package python38-py-radix:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-py-radix
Version : 0.10.0-1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 97,4 KiB
Installed : No
Status : not installed
Source package : python-py-radix-0.10.0-1.17.src
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.