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

Last updated: November 26,2024

1. Install "python3-datrie.x86_64" package

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

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

2. Uninstall "python3-datrie.x86_64" package

Please follow the instructions below to uninstall python3-datrie.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:50:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-datrie
Version : 0.8.2
Release : 21.fc39
Architecture : x86_64
Size : 157 k
Source : python-datrie-0.8.2-21.fc39.src.rpm
Repository : updates
Summary : Super-fast, efficiently stored Trie for Python
URL : https://github.com/pytries/datrie
License : LGPL-2.1-or-later
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.