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

Last updated: June 02,2024

1. Install "python3-PyTrie" package

In this section, we are going to explain the necessary steps to install python3-PyTrie on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyTrie

2. Uninstall "python3-PyTrie" package

Here is a brief guide to show you how to uninstall python3-PyTrie on openSUSE Leap:

$ sudo zypper remove python3-PyTrie

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

Information for package python3-PyTrie:
---------------------------------------
Repository : Main Repository
Name : python3-PyTrie
Version : 0.3.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 33.2 KiB
Installed : No
Status : not installed
Source package : python-PyTrie-0.3.1-bp155.2.10.src
Upstream URL : https://github.com/gsakkis/pytrie/
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.