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

Last updated: February 17,2025

1. Install "python2-PyTrie" package

Please follow the guidelines below to install python2-PyTrie on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PyTrie

2. Uninstall "python2-PyTrie" package

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

$ sudo zypper remove python2-PyTrie

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

Information for package python2-PyTrie:
---------------------------------------
Repository : Main Repository
Name : python2-PyTrie
Version : 0.3.1-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 35,8 KiB
Installed : No
Status : not installed
Source package : python-PyTrie-0.3.1-bp153.1.18.src
Summary : A pure Python implementation of the trie data structure
Description :
pytrie is a pure Python (2 and 3) implementation of the trie data structure.
A trie is an ordered tree data structure that is used to store a mapping
where the keys are sequences, usually strings over an alphabet. In addition to
implementing the mapping interface, tries allow finding the items for a given
prefix, and vice versa, finding the items whose keys are prefixes of a given key.