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

Last updated: October 13,2024

1. Install "python3-datrie.x86_64" package

This tutorial shows how to install python3-datrie.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 2:14:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-datrie
Version : 0.8.2
Release : 5.fc36
Architecture : x86_64
Size : 135 k
Source : python-datrie-0.8.2-5.fc36.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.