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

Last updated: May 19,2024

1. Install "python2-pytricia" package

This tutorial shows how to install python2-pytricia on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pytricia

2. Uninstall "python2-pytricia" package

This tutorial shows how to uninstall python2-pytricia on openSUSE Leap:

$ sudo zypper remove python2-pytricia

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

Information for package python2-pytricia:
-----------------------------------------
Repository : Main Repository
Name : python2-pytricia
Version : 1.0.0-3.2.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 45,1 KiB
Installed : No
Status : not installed
Source package : python-pytricia-1.0.0-3.2.2.src
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.