How to Install and Uninstall libdatrie.i686 Package on Fedora 34

Last updated: October 07,2024

1. Install "libdatrie.i686" package

In this section, we are going to explain the necessary steps to install libdatrie.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libdatrie.i686

2. Uninstall "libdatrie.i686" package

Here is a brief guide to show you how to uninstall libdatrie.i686 on Fedora 34:

$ sudo dnf remove libdatrie.i686 $ sudo dnf autoremove

3. Information about the libdatrie.i686 package on Fedora 34

Last metadata expiration check: 4:10:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libdatrie
Version : 0.2.13
Release : 1.fc34
Architecture : i686
Size : 33 k
Source : libdatrie-0.2.13-1.fc34.src.rpm
Repository : fedora
Summary : Implementation of Double-Array structure for representing trie
URL : http://linux.thai.net/projects/datrie
License : LGPLv2+
Description : datrie is an implementation of double-array structure for representing trie.
:
: Trie is a kind of digital search tree, an efficient indexing method with O(1)
: time complexity for searching. Comparably as efficient as hashing, trie also
: provides flexibility on incremental matching and key spelling manipulation.
: This makes it ideal for lexical analyzers, as well as spelling dictionaries.
:
: Details of the implementation: http://linux.thai.net/~thep/datrie/datrie.html