How to Install ruby-tokyocabinet in Ubuntu 18.04



Install ruby-tokyocabinet by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-tokyocabinet

Description:

Ruby Binding of Tokyo Cabinet Database

Tokyo Cabinet is an efficient database library like GDBM and NDBM. It features hash database and B+ tree database and is developed as the successor of QDBM, for the purpose of the following three points: higher processing speed, smaller size of a database file, and simpler API.

Homepage: http://fallabs.com/tokyocabinet/

Version: 1.31-5build2

Section: universe/ruby