How to Install and Uninstall libdatrie1-bin Package on Kali Linux

Last updated: May 18,2024

1. Install "libdatrie1-bin" package

Please follow the steps below to install libdatrie1-bin on Kali Linux

$ sudo apt update $ sudo apt install libdatrie1-bin

2. Uninstall "libdatrie1-bin" package

This is a short guide on how to uninstall libdatrie1-bin on Kali Linux:

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

3. Information about the libdatrie1-bin package on Kali Linux

Package: libdatrie1-bin
Source: libdatrie
Version: 0.2.13-3
Installed-Size: 62
Maintainer: Theppitak Karoonboonyanan
Architecture: amd64
Depends: libc6 (>= 2.34), libdatrie1 (>= 0.2.0)
Size: 33624
SHA256: 3eac74d30761cd1b3ebcfb0dcae83dc5d0df67f5730f1157afe0db8649cd1f67
SHA1: fc4b1a7a6fef56f6b64b20128e642f9f1b8ae869
MD5sum: 691a0d991e35189b81ebdd5fd27ebd73
Description: 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:
Multi-Arch: foreign
Homepage: https://linux.thai.net/projects/libthai
Tag: role::program
Section: misc
Priority: optional
Filename: pool/main/libd/libdatrie/libdatrie1-bin_0.2.13-3_amd64.deb