How To Install libdhash on Fedora 36

In this tutorial we learn how to install libdhash in Fedora 36. libdhash is Dynamic hash table

Introduction

In this tutorial we learn how to install libdhash on Fedora 36.

What is libdhash

A hash table which will dynamically resize to achieve optimal storage & access time properties

We can use yum or dnf to install libdhash on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdhash.

Install libdhash on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libdhash

Install libdhash on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libdhash using yum by running the following command:

sudo yum -y install libdhash

How To Uninstall libdhash on Fedora 36

To uninstall only the libdhash package we can use the following command:

sudo dnf remove libdhash

libdhash Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/2f6cd2c57db2c1c5d9b051d68c024ebea84b40
/usr/lib64/libdhash.so.1
/usr/lib64/libdhash.so.1.1.0
/usr/share/doc/libdhash
/usr/share/doc/libdhash/COPYING
/usr/share/doc/libdhash/COPYING.LESSER

References

Summary

In this tutorial we learn how to install libdhash on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).