How to Install and Uninstall python3-datrie.x86_64 Package on Fedora 34

Last updated: July 04,2024

1. Install "python3-datrie.x86_64" package

Please follow the instructions below to install python3-datrie.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-datrie.x86_64

2. Uninstall "python3-datrie.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-datrie.x86_64 on Fedora 34:

$ sudo dnf remove python3-datrie.x86_64 $ sudo dnf autoremove

3. Information about the python3-datrie.x86_64 package on Fedora 34

Last metadata expiration check: 5:09:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-datrie
Version : 0.8.2
Release : 2.fc34
Architecture : x86_64
Size : 139 k
Source : python-datrie-0.8.2-2.fc34.src.rpm
Repository : fedora
Summary : Super-fast, efficiently stored Trie for Python
URL : https://github.com/pytries/datrie
License : LGPLv2
Description : The library implements the Trie data structure. The trie variable is a
: dict-like object that can have Unicode keys of certain ranges and Python
: objects as values.
:
: In addition to implementing the mapping interface, the library tries to
: facilitate finding the items for a given prefix, and vice versa, finding the
: items whose keys are prefixes of a given string. As a common special case,
: finding the longest-prefix item is also supported.