How to Install and Uninstall darts Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "darts" package

This guide let you learn how to install darts on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install darts

2. Uninstall "darts" package

This guide let you learn how to uninstall darts on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the darts package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: darts
Priority: extra
Section: universe/devel
Installed-Size: 129
Maintainer: Ubuntu Developers
Original-Maintainer: Natural Language Processing, Japanese
Architecture: amd64
Version: 0.32-14
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Filename: pool/universe/d/darts/darts_0.32-14_amd64.deb
Size: 25190
MD5sum: 371bc4143f010291be54926ec300b8b0
SHA1: dfa13ebdec171fa4e682607f7bcd1635b6d084da
SHA256: 096391d3fc84fa916e199ea3068418a1a0e9d999ced89dc73589fe3642e15a1c
Description-en: 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: 9433321c91dd175d4c57024b883cc68e
Homepage: http://chasen.org/~taku/software/darts/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu