How To Install libgda-bdb on Fedora 36

In this tutorial we learn how to install libgda-bdb in Fedora 36. libgda-bdb is Berkeley DB provider for libgda

Introduction

In this tutorial we learn how to install libgda-bdb on Fedora 36.

What is libgda-bdb

This libgda-bdb includes the libgda Berkeley DB provider.

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

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

sudo dnf -y install libgda-bdb

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

sudo yum -y install libgda-bdb

How To Uninstall libgda-bdb on Fedora 36

To uninstall only the libgda-bdb package we can use the following command:

sudo dnf remove libgda-bdb

libgda-bdb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/7c4e8bedb77106d79a72165ab5aa8d152b47e6
/usr/lib64/libgda-5.0/providers/libgda-bdb.so
/usr/share/libgda-5.0/bdb_specs_dsn.xml

References

Summary

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