How To Install qdbm++ on Fedora 34

qdbm++ is QDBM Database Library for C++ QDBM Database Library for C++

Introduction

In this tutorial we learn how to install qdbm++ on Fedora 34.

What is qdbm++

This package contains a C++ interface for QDBM Database library. qdbm++ 1.8.78 44.fc34 x86_64 63 k qdbm-1.8.78-44.fc34.src.rpm fedora QDBM Database Library for C++ http LGPLv2+ This package contains a C++ interface for QDBM Database library.

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

Install qdbm++ on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install qdbm++

Install qdbm++ on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install qdbm++

How To Uninstall qdbm++ on Fedora 34

To uninstall only the qdbm++ package we can use the following command:

sudo dnf remove qdbm++

qdbm++ Package Contents on Fedora 34

/usr/bin/xcrtest
/usr/bin/xdptest
/usr/bin/xvltest
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/6b7c1c13af63f749a8a7cbf0aee0a675e1c004
/usr/lib/.build-id/73
/usr/lib/.build-id/73/f0e69445d719abb9e3271f1e2ab9173f89d809
/usr/lib/.build-id/7a/b4c264196efbbc3a803062789321390f8ef271
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/eb5959f36e6278da4050e004b72c05d70d461c
/usr/lib/libxqdbm.so.3
/usr/lib/libxqdbm.so.3.0.0
/usr/bin/xcrtest
/usr/bin/xdptest
/usr/bin/xvltest
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/7343da5a64c7561e8f58fc3172de51526bbe8a
/usr/lib/.build-id/87
/usr/lib/.build-id/87/3fef0a08be502ddd2fd3205c635db30c802a87
/usr/lib/.build-id/db
/usr/lib/.build-id/db/abb51ebd601d7cffdd2aee994b09617a876084
/usr/lib/.build-id/fc/b7f2740675fb965cfa5dd69bff9a14e0200338
/usr/lib64/libxqdbm.so.3
/usr/lib64/libxqdbm.so.3.0.0

References

Summary

In this tutorial we learn how to install qdbm++ on Fedora 34 using yum and dnf.