How to Install and Uninstall libdatrie1-bin Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "libdatrie1-bin" package

This guide covers the steps necessary to install libdatrie1-bin on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libdatrie1-bin

2. Uninstall "libdatrie1-bin" package

Please follow the instructions below to uninstall libdatrie1-bin on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libdatrie1-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdatrie1-bin package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdatrie1-bin
Architecture: amd64
Version: 0.2.12-3
Multi-Arch: foreign
Priority: optional
Section: universe/misc
Source: libdatrie
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Theppitak Karoonboonyanan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 47
Depends: libc6 (>= 2.7), libdatrie1 (>= 0.2.0)
Filename: pool/universe/libd/libdatrie/libdatrie1-bin_0.2.12-3_amd64.deb
Size: 10296
MD5sum: 8e901efd84362ff199f3e38d3152aaa5
SHA1: 23d7aa11ee0b0ffe1dfc095a37d3ce011f22284b
SHA256: baef647d045cd72d1d09cb80acf13b57c5358d7b27b03f10145d46b5bb228fbd
SHA512: 3ef9b353e75d50afa4c5f00c38e6279aec86ebd67c2961a2f0581e5dc5595d705d020858d2234e2b5da5c36d7b0bdc19d4cf51a636cc01c211b2a41fa8072be8
Homepage: https://linux.thai.net/projects/libthai
Description-en: Programs for double-array trie library
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. 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.
.
This library is an implementation of double-array structure for representing
trie, as proposed by Junichi Aoe. The details of the implementation can be
found at https://linux.thai.net/~thep/datrie/datrie.html
.
This package contains the program files which is used with the library,
including trietool, the trie manipulation tool.
Description-md5: c1dd0055d5cd1ea5421cc802dca9ee00