How to Install and Uninstall ruby-kyotocabinet Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 30,2024

1. Install "ruby-kyotocabinet" package

Please follow the guidelines below to install ruby-kyotocabinet on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-kyotocabinet

2. Uninstall "ruby-kyotocabinet" package

This tutorial shows how to uninstall ruby-kyotocabinet on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-kyotocabinet package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-kyotocabinet
Architecture: amd64
Version: 1.33-1build1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1286
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libkyotocabinet16v5 (>= 1.2.76), libstdc++6 (>= 5.2), libruby2.7 (>= 2.7.0-4), ruby (>= 1:2.7~0), ruby (<< 1:2.8~)
Suggests: libjs-jquery
Filename: pool/universe/r/ruby-kyotocabinet/ruby-kyotocabinet_1.33-1build1_amd64.deb
Size: 324808
MD5sum: 53b9c861bb7e5c7a27aa9acdcd59aafa
SHA1: 05f4aa78e6d9d13b99f7cd38fe53af2101e00bce
SHA256: eef68e825079efd5bf4e38f060221c87ece8c88e582c98a3ed715b3c40ccdc62
SHA512: efbcb7d5e80cd0fa155a0645e0a87790f1cbc94eada86e357912e22cdece5c390a74aa1c576ab64a272c02a3959f734689560a47345caa9e5743f3e035ea5212
Homepage: http://fallabs.com/kyotocabinet/
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
Ruby-Versions: ruby2.7