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

Last updated: May 14,2024

1. Install "python39-pytricia" package

This is a short guide on how to install python39-pytricia on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pytricia

2. Uninstall "python39-pytricia" package

This is a short guide on how to uninstall python39-pytricia on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytricia

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

Information for package python39-pytricia:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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).