How To Install qdbm++ on Fedora 36

In this tutorial we learn how to install qdbm++ in Fedora 36. qdbm++ is QDBM Database Library for C++

Introduction

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

What is qdbm++

This package contains a C++ interface for QDBM Database library.

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

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

sudo dnf -y install qdbm++

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

sudo yum -y install qdbm++

How To Uninstall qdbm++ on Fedora 36

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

sudo dnf remove qdbm++

qdbm++ Package Contents on Fedora 36

---
title: "How To Install qdbm++ on Fedora 36"
linkTitle: "qdbm++"
type: "docs"
description: "In this tutorial we learn how to install qdbm++ in Fedora 36. qdbm++ is QDBM Database Library for C++"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qdbm++-featured.png
---

## Introduction

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

### What is `qdbm++`

> This package contains a C++ interface for QDBM Database library.  

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

## Install qdbm++ 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 qdbm++ using dnf by running the following command:

sudo dnf -y install qdbm++

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

sudo yum -y install qdbm++

How To Uninstall qdbm++ on Fedora 36

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

sudo dnf remove qdbm++

qdbm++ Package Contents on Fedora 36

/usr/bin/xcrtest
/usr/bin/xdptest
/usr/bin/xvltest
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/4171789727913856190123776ea89cd8b18b44
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/8e8794ca0858d4db31dc5c1d2c7d5d20e8bfb9
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/fd6ef678f837a15509da0066e5af527d936774
/usr/lib/.build-id/e7/379a9485becc5a583588e93e374ff78d6a3694
/usr/lib/libxqdbm.so.3
/usr/lib/libxqdbm.so.3.0.0

References

Summary

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

/usr/bin/xcrtest /usr/bin/xdptest /usr/bin/xvltest /usr/lib/.build-id /usr/lib/.build-id/ad /usr/lib/.build-id/ad/f83dc0c2d339861770487d5c233bd5a3b0f28a /usr/lib/.build-id/be /usr/lib/.build-id/be/b598a14dfefdb6dc798f2319f25d5f9c20ea9f /usr/lib/.build-id/d6 /usr/lib/.build-id/d6/16368725b9ce0bd4e56a52bc293ee59a57f91a /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/9640a8eddf241521478b2b673386174a611030 /usr/lib64/libxqdbm.so.3 /usr/lib64/libxqdbm.so.3.0.0


## References

* [qdbm++ website](http://fallabs.com/qdbm/)

## Summary

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