How to Install and Uninstall python311-pytricia Package on openSuSE Tumbleweed

Last updated: June 15,2024

1. Install "python311-pytricia" package

Learn how to install python311-pytricia on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytricia

2. Uninstall "python311-pytricia" package

Please follow the guidance below to uninstall python311-pytricia on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytricia

3. Information about the python311-pytricia package on openSuSE Tumbleweed

Information for package python311-pytricia:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytricia
Version : 1.0.2-3.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 49.1 KiB
Installed : No
Status : not installed
Source package : python-pytricia-1.0.2-3.17.src
Upstream URL : https://github.com/jsommers/pytricia
Summary : A library for IP address lookup in Python
Description :
Pytricia is a python module to store IP prefixes in a patricia tree.
It's based on Dave Plonka's modified patricia tree code, and has three things
to recommend it over related modules (including py-radix and SubnetTree).