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

Last updated: May 17,2024

1. Install "ruby-kyotocabinet" package

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

$ sudo apt update $ sudo apt install ruby-kyotocabinet

2. Uninstall "ruby-kyotocabinet" package

Please follow the guidelines below to uninstall ruby-kyotocabinet on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-kyotocabinet
Priority: optional
Section: universe/ruby
Installed-Size: 1203
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.32-2build3
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.0), libkyotocabinet16v5 (>= 1.2.76), libstdc++6 (>= 5.2), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0)
Suggests: libjs-jquery
Filename: pool/universe/r/ruby-kyotocabinet/ruby-kyotocabinet_1.32-2build3_amd64.deb
Size: 297546
MD5sum: ac8d2ba83954fd95c0440c627cd41767
SHA1: 92e354be534b275df5c1a3bf497c41134ae6733f
SHA256: 6a365e658af7e058fec155b563a7b139f78cf36d49173c66cca9f0441c3249c4
Description-en: Straightforward implementation of DBM - Ruby bindings
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.
.
Warning: while this library is thread-safe with Ruby 1.9.x,
it is NOT thread-safe with Ruby 1.8.x.
.
This package contains the bindings for the Ruby scripting language.
Description-md5: 2691c1dcacb7081871f21bf3d5de747e
Homepage: http://fallabs.com/kyotocabinet/
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu