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

Last updated: July 08,2024

1. Install "python39-PyTrie" package

Here is a brief guide to show you how to install python39-PyTrie on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PyTrie

2. Uninstall "python39-PyTrie" package

This guide let you learn how to uninstall python39-PyTrie on openSuSE Tumbleweed:

$ sudo zypper remove python39-PyTrie

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

Information for package python39-PyTrie:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PyTrie
Version : 0.4.0-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 32.1 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.