How to Install and Uninstall kyotocabinet-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "kyotocabinet-utils" package

Please follow the instructions below to install kyotocabinet-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install kyotocabinet-utils

2. Uninstall "kyotocabinet-utils" package

Please follow the step by step instructions below to uninstall kyotocabinet-utils on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the kyotocabinet-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: kyotocabinet-utils
Priority: optional
Section: universe/utils
Installed-Size: 4972
Maintainer: Ubuntu Developers
Original-Maintainer: Shawn Landden
Architecture: amd64
Source: kyotocabinet
Version: 1.2.76-4.1
Replaces: kyotocabinet-doc (<< 1.2.76-2)
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libkyotocabinet16v5 (= 1.2.76-4.1), libstdc++6 (>= 5.2)
Recommends: kyotocabinet-doc
Breaks: kyotocabinet-doc (<< 1.2.76-2)
Filename: pool/universe/k/kyotocabinet/kyotocabinet-utils_1.2.76-4.1_amd64.deb
Size: 1081738
MD5sum: 087de72077932764414bf2484da0abd4
SHA1: e331c6ea4f20427a74861a6b3fc0e9fbf7f1691d
SHA256: 381521f869eeffb72364055d99a2b36f889f3ad5f6489ebd49e8799ced9453de
Description-en: Straightforward implementation of DBM - utilities
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.
.
This package contains the kcutilmgr tool, used to compile kyotocabinet
language bindings without Debian patches applied, and well as testing
and debugging utilities.
Description-md5: 8ba48b701ad743ad0f294f439fdecb8a
Multi-Arch: foreign
Homepage: http://fallabs.com/kyotocabinet/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu