How To Install opendbx-sqlite on Fedora 36

In this tutorial we learn how to install opendbx-sqlite in Fedora 36. opendbx-sqlite is SQLite 3 backend - provides sqlite3 support in opendbx

Introduction

In this tutorial we learn how to install opendbx-sqlite on Fedora 36.

What is opendbx-sqlite

Allows odbx_init with “sqlite3” as the backend parameter.

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

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

sudo dnf -y install opendbx-sqlite

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

sudo yum -y install opendbx-sqlite

How To Uninstall opendbx-sqlite on Fedora 36

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

sudo dnf remove opendbx-sqlite

opendbx-sqlite Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/d26cf02c3c21034602647ececb1b1c5a9407f4
/usr/lib64/opendbx/libsqlite3backend.so
/usr/lib64/opendbx/libsqlite3backend.so.1
/usr/lib64/opendbx/libsqlite3backend.so.1.2.0

References

Summary

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