How to Install and Uninstall libdatrie.src Package on Oracle Linux 9
Last updated: November 26,2024
1. Install "libdatrie.src" package
Please follow the step by step instructions below to install libdatrie.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
libdatrie.src
Copied
2. Uninstall "libdatrie.src" package
Please follow the steps below to uninstall libdatrie.src on Oracle Linux 9:
$
sudo dnf remove
libdatrie.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the libdatrie.src package on Oracle Linux 9
Last metadata expiration check: 1:21:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libdatrie
Version : 0.2.13
Release : 4.el9
Architecture : src
Size : 318 k
Source : None
Repository : ol9_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
Available Packages
Name : libdatrie
Version : 0.2.13
Release : 4.el9
Architecture : src
Size : 318 k
Source : None
Repository : ol9_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