How To Install kyotocabinet-libs on Rocky Linux 8

In this tutorial we learn how to install kyotocabinet-libs on Rocky Linux 8. kyotocabinet-libs is Libraries for applications using Kyoto Cabinet

Introduction

In this tutorial we learn how to install kyotocabinet-libs on Rocky Linux 8.

What is kyotocabinet-libs

The kyotocabinet-libs package provides the essential shared libraries for any Kyoto Cabinet client program or interface.

We can use yum or dnf to install kyotocabinet-libs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kyotocabinet-libs.

Install kyotocabinet-libs on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install kyotocabinet-libs using dnf by running the following command:

sudo dnf -y install kyotocabinet-libs

Install kyotocabinet-libs on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install kyotocabinet-libs using yum by running the following command:

sudo yum -y install kyotocabinet-libs

How To Uninstall kyotocabinet-libs on Rocky Linux 8

To uninstall only the kyotocabinet-libs package we can use the following command:

sudo dnf remove kyotocabinet-libs

kyotocabinet-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/139cab8afeaea4ee815025e4bbf91536f3eb60
/usr/lib/libkyotocabinet.so.16
/usr/lib/libkyotocabinet.so.16.13.0
/usr/share/doc/kyotocabinet-libs
/usr/share/doc/kyotocabinet-libs/ChangeLog
/usr/share/licenses/kyotocabinet-libs
/usr/share/licenses/kyotocabinet-libs/COPYING
/usr/share/licenses/kyotocabinet-libs/FOSSEXCEPTION
/usr/share/licenses/kyotocabinet-libs/LINKEXCEPTION
/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/997f4fc78382c463b4d791c589c38d01dd316e
/usr/lib64/libkyotocabinet.so.16
/usr/lib64/libkyotocabinet.so.16.13.0
/usr/share/doc/kyotocabinet-libs
/usr/share/doc/kyotocabinet-libs/ChangeLog
/usr/share/licenses/kyotocabinet-libs
/usr/share/licenses/kyotocabinet-libs/COPYING
/usr/share/licenses/kyotocabinet-libs/FOSSEXCEPTION
/usr/share/licenses/kyotocabinet-libs/LINKEXCEPTION

References

Summary

In this tutorial we learn how to install kyotocabinet-libs on Rocky Linux 8 using yum and dnf.