How to Install and Uninstall libdatrie-doc Package on Kali Linux

Last updated: May 16,2024

1. Install "libdatrie-doc" package

This is a short guide on how to install libdatrie-doc on Kali Linux

$ sudo apt update $ sudo apt install libdatrie-doc

2. Uninstall "libdatrie-doc" package

Please follow the steps below to uninstall libdatrie-doc on Kali Linux:

$ sudo apt remove libdatrie-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdatrie-doc package on Kali Linux

Package: libdatrie-doc
Source: libdatrie
Version: 0.2.13-3
Installed-Size: 325
Maintainer: Theppitak Karoonboonyanan
Architecture: all
Depends: libjs-jquery
Suggests: www-browser
Size: 61368
SHA256: 314fcd9628c6b7154994d85ad2f6b37198995b9ae69be6bb931182bd1fa321ec
SHA1: a40dc9691234972dc293251061c80dc62491feae
MD5sum: 44420842bd7bf00f001f7ae53b43e99f
Description: Documentation files 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 some documents about the datrie library.
Description-md5:
Multi-Arch: foreign
Homepage: https://linux.thai.net/projects/libthai
Tag: devel::doc, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/libd/libdatrie/libdatrie-doc_0.2.13-3_all.deb