How To Install gdbm-libs on Fedora 36

In this tutorial we learn how to install gdbm-libs in Fedora 36. gdbm-libs is Libraries files for gdbm

Introduction

In this tutorial we learn how to install gdbm-libs on Fedora 36.

What is gdbm-libs

Libraries for the Gdbm GNU database indexing library

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

Install gdbm-libs 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 gdbm-libs using dnf by running the following command:

sudo dnf -y install gdbm-libs

Install gdbm-libs 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 gdbm-libs using yum by running the following command:

sudo yum -y install gdbm-libs

How To Uninstall gdbm-libs on Fedora 36

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

sudo dnf remove gdbm-libs

gdbm-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/83e270954f6622c0d273592952784b9c849f85
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/2551acd6629d3145f932451bbc9dab01e245ba
/usr/lib64/libgdbm.so.6
/usr/lib64/libgdbm.so.6.0.0
/usr/lib64/libgdbm_compat.so.4
/usr/lib64/libgdbm_compat.so.4.0.0
/usr/share/licenses/gdbm-libs
/usr/share/licenses/gdbm-libs/COPYING

References

Summary

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