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

Last updated: June 29,2024

1. Install "tokyocabinet.i686" package

Please follow the step by step instructions below to install tokyocabinet.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install tokyocabinet.i686

2. Uninstall "tokyocabinet.i686" package

Here is a brief guide to show you how to uninstall tokyocabinet.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove tokyocabinet.i686 $ sudo dnf autoremove

3. Information about the tokyocabinet.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:03:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : tokyocabinet
Version : 1.4.48
Release : 10.el8
Architecture : i686
Size : 518 k
Source : tokyocabinet-1.4.48-10.el8.src.rpm
Repository : ubi-8-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.