How To Install compat-gdbm-libs on Fedora 36

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

Introduction

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

What is compat-gdbm-libs

Libraries for the Gdbm GNU database indexing library

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

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

sudo dnf -y install compat-gdbm-libs

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

sudo yum -y install compat-gdbm-libs

How To Uninstall compat-gdbm-libs on Fedora 36

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

sudo dnf remove compat-gdbm-libs

compat-gdbm-libs Package Contents on Fedora 36

---
title: "How To Install compat-gdbm-libs on Fedora 36"
linkTitle: "compat-gdbm-libs"
type: "docs"
description: "In this tutorial we learn how to install compat-gdbm-libs in Fedora 36. compat-gdbm-libs is Libraries files for gdbm"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/compat-gdbm-libs-featured.png
---

## Introduction

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

### What is `compat-gdbm-libs`

> Libraries for the Gdbm GNU database indexing library  

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

## Install compat-gdbm-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install compat-gdbm-libs

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

sudo yum -y install compat-gdbm-libs

How To Uninstall compat-gdbm-libs on Fedora 36

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

sudo dnf remove compat-gdbm-libs

compat-gdbm-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/3f5bf1385004c360b5f0733e854c1d3668a1a6
/usr/lib/libgdbm.so.5
/usr/lib/libgdbm.so.5.0.0
/usr/share/licenses/compat-gdbm-libs
/usr/share/licenses/compat-gdbm-libs/COPYING

/usr/lib/.build-id /usr/lib/.build-id/2c /usr/lib/.build-id/2c/2d9e47979107dc222ed7b2d8882dde5d515a5e /usr/lib64/libgdbm.so.5 /usr/lib64/libgdbm.so.5.0.0 /usr/share/licenses/compat-gdbm-libs /usr/share/licenses/compat-gdbm-libs/COPYING

References

Summary

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


## References

* [compat-gdbm-libs website](http://www.gnu.org/software/gdbm/)

## Summary

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