How to Install and Uninstall kyotocabinet-doc Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 05,2024

1. Install "kyotocabinet-doc" package

Please follow the steps below to install kyotocabinet-doc on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install kyotocabinet-doc

2. Uninstall "kyotocabinet-doc" package

In this section, we are going to explain the necessary steps to uninstall kyotocabinet-doc on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the kyotocabinet-doc package on Ubuntu 21.04 (Hirsute Hippo)

Package: kyotocabinet-doc
Architecture: all
Version: 1.2.76-4.2build1
Priority: optional
Section: universe/doc
Source: kyotocabinet
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Shawn Landden
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 4281
Suggests: libkyotocabinet-dev
Filename: pool/universe/k/kyotocabinet/kyotocabinet-doc_1.2.76-4.2build1_all.deb
Size: 235292
MD5sum: e51361acd2820f3995c74dc6536a3e2f
SHA1: 9cee3a25106a2f5b9e7456f5b67c55a7f7632568
SHA256: fcd9e1f667b3146981b7baf1539e3e0f0f08cce13ec4341b3ae0d74bdc0aa2f1
SHA512: f918ca986c224d71903f477226f7a1d49c1fd1e5a067aaeacf72811d2648dc1c39cede18d2ed76ff489077150451233447a9a1a53896380762af28af830081ef
Homepage: http://fallabs.com/kyotocabinet/
Description-en: Straightforward implementation of DBM - docs
Kyoto Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of
a key and a value. Every key and value is serial bytes with variable
length. Both binary data and character string can be used as a key and
a value. Each key must be unique within a database. There is neither
concept of data tables nor data types. Records are organized in
hash table or B+ tree.
.
Kyoto Cabinet runs very fast. For example, elapsed time to store
one million records is 0.9 seconds for hash database, and 1.1 seconds
for B+ tree database. Moreover, the size of database is very small.
For example, overhead for a record is 16 bytes for hash database,
and 4 bytes for B+ tree database. Furthermore, scalability of
Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18 bytes).
.
Sponsored by the same company, Kyoto Cabinet is "[a] more powerful and
convenient library than Tokyo Cabinet [and] surpasses Tokyo Cabinet in
every aspect".
.
This package contains the documentation.
Description-md5: 47bac3ade0865bd51f1aeed04f398ddf