How to Install and Uninstall darts Package on Kali Linux

Last updated: May 16,2024

1. Install "darts" package

Please follow the steps below to install darts on Kali Linux

$ sudo apt update $ sudo apt install darts

2. Uninstall "darts" package

Learn how to uninstall darts on Kali Linux:

$ sudo apt remove darts $ sudo apt autoclean && sudo apt autoremove

3. Information about the darts package on Kali Linux

Package: darts
Version: 0.32-20
Installed-Size: 106
Maintainer: Natural Language Processing (Japanese)
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 26604
SHA256: fbe61d84edaa18676cdc8d281b42f49188394782a450f7fb22cc4f4e8b488fd1
SHA1: 0dac58db6a50403fb10435400febc889184d5710
MD5sum: 8ec7a766822c1afefe2800d4ee9a9e9b
Description: C++ Template Library for implementation of Double-Array
Darts is simple C++ Template Library for implementation of Double-Array
Structure.
.
A double-array structure is a kind of Trie structure, digital search tree,
an efficient data structure combining fast access of a matrix form with the
compactness of a list form. It is faster than other implementations like Hash
tree, Patricia tree, Suffix Array and so.
.
For more detail about double-array structure, see "Aoe, J. An Efficient
Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions
on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077."
.
This software provides indexing operations for Common Prefix Search.
Darts is used for MeCab and ChaSen, Japanese Morphological Analysis System.
Description-md5:
Homepage: http://chasen.org/~taku/software/darts/
Section: devel
Priority: optional
Filename: pool/main/d/darts/darts_0.32-20_amd64.deb