How to Install and Uninstall ruby-kyotocabinet Package on Kali Linux

Last updated: May 04,2024

1. Install "ruby-kyotocabinet" package

Please follow the guidance below to install ruby-kyotocabinet on Kali Linux

$ sudo apt update $ sudo apt install ruby-kyotocabinet

2. Uninstall "ruby-kyotocabinet" package

Please follow the guidelines below to uninstall ruby-kyotocabinet on Kali Linux:

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

3. Information about the ruby-kyotocabinet package on Kali Linux

Package: ruby-kyotocabinet
Version: 1.34-2
Installed-Size: 1047
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libkyotocabinet16v5 (>= 1.2.80), libstdc++6 (>= 13.1), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 287828
SHA256: 7859a5b8c21dfba69e36b8c27d6324cba8f4f477cdfe35044cf2ac2f4630f9ab
SHA1: 316a569aa2ffef8388cf11e429339fce9f493573
MD5sum: cb9496d4b1ac5e1e66a05043aab58cfc
Description: 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:
Homepage: https://dbmx.net/kyotocabinet/
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-kyotocabinet/ruby-kyotocabinet_1.34-2_amd64.deb