How to Install and Uninstall libdatrie.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "libdatrie.x86_64" package

Learn how to install libdatrie.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libdatrie.x86_64

2. Uninstall "libdatrie.x86_64" package

Please follow the guidance below to uninstall libdatrie.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libdatrie.x86_64 $ sudo dnf autoremove

3. Information about the libdatrie.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:32:30 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : libdatrie
Version : 0.2.9
Release : 7.el8
Architecture : x86_64
Size : 61 k
Source : libdatrie-0.2.9-7.el8.src.rpm
Repository : @System
From repo : appstream
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