How to Install and Uninstall python3-pytricia Package on openSUSE Leap

Last updated: May 08,2024

1. Install "python3-pytricia" package

Please follow the instructions below to install python3-pytricia on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytricia

2. Uninstall "python3-pytricia" package

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

$ sudo zypper remove python3-pytricia

3. Information about the python3-pytricia package on openSUSE Leap

Information for package python3-pytricia:
-----------------------------------------
Repository : Main Repository
Name : python3-pytricia
Version : 1.0.0-3.2.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 45.2 KiB
Installed : No
Status : not installed
Source package : python-pytricia-1.0.0-3.2.2.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):
1. it is faster
2. it works in Python 3, and
3. there are a few nicer library features for manipulating the structure.