How to Install and Uninstall tokyocabinet.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "tokyocabinet.x86_64" package

This guide covers the steps necessary to install tokyocabinet.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install tokyocabinet.x86_64

2. Uninstall "tokyocabinet.x86_64" package

Please follow the instructions below to uninstall tokyocabinet.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove tokyocabinet.x86_64 $ sudo dnf autoremove

3. Information about the tokyocabinet.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:14 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : tokyocabinet
Version : 1.4.48
Release : 19.el9
Architecture : x86_64
Size : 517 k
Source : tokyocabinet-1.4.48-19.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A modern implementation of a DBM
URL : http://fallabs.com/tokyocabinet/
License : LGPLv2+
Description : Tokyo Cabinet is a library of routines for managing a database. It is the
: successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required
: to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds
: for a B+ tree database. Moreover, the database size is very small and can be up
: to 8EB. Furthermore, the scalability of Tokyo Cabinet is great.