How To Install opendbx on Fedora 34

opendbx is Lightweight but extensible database access library written in C Lightweight but extensible database access library written in C

Introduction

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

What is opendbx

Provides an abstraction layer to all supported databases with a single, clean and simple interface that leads to an elegant code design automatically. If you want your application to support different databases with little effort, this is definitively the right thing for you! opendbx 1.4.6 26.fc34 x86_64 54 k opendbx-1.4.6-26.fc34.src.rpm fedora Lightweight but extensible database access library written in C http GPLv2+ Provides an abstraction layer to all supported databases with a single, clean and simple interface that leads to an elegant code design automatically. If you want your application to support different databases with little effort, this is definitively the right thing for you!

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

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

sudo dnf -y install opendbx

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

sudo yum -y install opendbx

How To Uninstall opendbx on Fedora 34

To uninstall only the opendbx package we can use the following command:

sudo dnf remove opendbx

opendbx Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/15f480eac47084396f7417bbcf8f82681d4f81
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/e0f055346128b088245b2cfe8e3f6009eb00b1
/usr/lib64/libopendbx.so.1
/usr/lib64/libopendbx.so.1.2.0
/usr/lib64/libopendbxplus.so.1
/usr/lib64/libopendbxplus.so.1.0.0
/usr/lib64/opendbx
/usr/share/doc/opendbx
/usr/share/doc/opendbx/AUTHORS
/usr/share/doc/opendbx/COPYING
/usr/share/doc/opendbx/ChangeLog
/usr/share/doc/opendbx/NEWS
/usr/share/doc/opendbx/README
/usr/share/locale/de/LC_MESSAGES/opendbx.mo
/usr/share/locale/en@quot/LC_MESSAGES/opendbx.mo
/usr/share/opendbx/keywords
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/42affe0be4aad56dc9687d2ba4a5ee794cf366
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/4e555b228327920c1410a4a0a2c746c9247f82
/usr/lib/libopendbx.so.1
/usr/lib/libopendbx.so.1.2.0
/usr/lib/libopendbxplus.so.1
/usr/lib/libopendbxplus.so.1.0.0
/usr/lib/opendbx
/usr/share/doc/opendbx
/usr/share/doc/opendbx/AUTHORS
/usr/share/doc/opendbx/COPYING
/usr/share/doc/opendbx/ChangeLog
/usr/share/doc/opendbx/NEWS
/usr/share/doc/opendbx/README
/usr/share/locale/de/LC_MESSAGES/opendbx.mo
/usr/share/locale/en@quot/LC_MESSAGES/opendbx.mo
/usr/share/opendbx/keywords

References

Summary

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