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

Last updated: September 20,2024

1. Install "libdatrie-dev" package

Please follow the steps below to install libdatrie-dev on Kali Linux

$ sudo apt update $ sudo apt install libdatrie-dev

2. Uninstall "libdatrie-dev" package

This guide covers the steps necessary to uninstall libdatrie-dev on Kali Linux:

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

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

Package: libdatrie-dev
Source: libdatrie
Version: 0.2.13-3
Installed-Size: 81
Maintainer: Theppitak Karoonboonyanan
Architecture: amd64
Depends: libdatrie1 (= 0.2.13-3), pkgconf
Suggests: libdatrie-doc (= 0.2.13-3)
Size: 18284
SHA256: dc2a59a4af2a1d05d29091e788710e9d83c6226adb96b6dbba0987d8faa85ea4
SHA1: 8a56fc330eac51ca994554be3f5878cac3105917
MD5sum: 4373702f128381b8417d61d65ce974b0
Description: Development 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 the development libraries, header files and manpages
you need to develop your programs using the datrie library.
Description-md5:
Multi-Arch: same
Homepage: https://linux.thai.net/projects/libthai
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libd/libdatrie/libdatrie-dev_0.2.13-3_amd64.deb