How To Install libdatrie on Fedora 36
Introduction
In this tutorial we learn how to install libdatrie
on Fedora 36.
What is libdatrie
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
We can use yum
or dnf
to install libdatrie
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdatrie.
Install libdatrie on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdatrie
using dnf
by running the following command:
sudo dnf -y install libdatrie
Install libdatrie on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdatrie
using yum
by running the following command:
sudo yum -y install libdatrie
How To Uninstall libdatrie on Fedora 36
To uninstall only the libdatrie
package we can use the following command:
sudo dnf remove libdatrie
libdatrie Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/b5405e391bc68f6a77fbbf32426ada138a7c6a
/usr/lib/libdatrie.so.1
/usr/lib/libdatrie.so.1.4.0
/usr/share/licenses/libdatrie
/usr/share/licenses/libdatrie/COPYING
References
Summary
In this tutorial we learn how to install libdatrie
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdatrie on Fedora 36” linkTitle: “libdatrie” type: “docs” description: “In this tutorial we learn how to install libdatrie in Fedora 36. libdatrie is Implementation of Double-Array structure for representing trie” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdatrie-featured.png
Introduction
In this tutorial we learn how to install libdatrie
on Fedora 36.
What is libdatrie
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
We can use yum
or dnf
to install libdatrie
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdatrie.
Install libdatrie on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libdatrie
using dnf
by running the following command:
sudo dnf -y install libdatrie
Install libdatrie on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libdatrie
using yum
by running the following command:
sudo yum -y install libdatrie
How To Uninstall libdatrie on Fedora 36
To uninstall only the libdatrie
package we can use the following command:
sudo dnf remove libdatrie
libdatrie Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/8a842bc0741478ded11a6209b709b6ff6ea43f
/usr/lib64/libdatrie.so.1
/usr/lib64/libdatrie.so.1.4.0
/usr/share/licenses/libdatrie
/usr/share/licenses/libdatrie/COPYING
References
Summary
In this tutorial we learn how to install libdatrie
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).