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

Last updated: July 04,2024

1. Install "python311-PyTrie" package

Please follow the instructions below to install python311-PyTrie on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-PyTrie

2. Uninstall "python311-PyTrie" package

In this section, we are going to explain the necessary steps to uninstall python311-PyTrie on openSuSE Tumbleweed:

$ sudo zypper remove python311-PyTrie

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

Information for package python311-PyTrie:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-PyTrie
Version : 0.4.0-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 38.8 KiB
Installed : No
Status : not installed
Source package : python-PyTrie-0.4.0-1.17.src
Upstream URL : https://github.com/gsakkis/pytrie/
Summary : A pure Python implementation of the trie data structure
Description :
pytrie is a pure Python 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.