How To Install opendbx-sqlite2 on Fedora 36

In this tutorial we learn how to install opendbx-sqlite2 in Fedora 36. opendbx-sqlite2 is SQLite 2 backend - provides sqlite2 support in opendbx

Introduction

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

What is opendbx-sqlite2

Allows odbx_init with “sqlite” as the backend parameter.

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

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

sudo dnf -y install opendbx-sqlite2

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

sudo yum -y install opendbx-sqlite2

How To Uninstall opendbx-sqlite2 on Fedora 36

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

sudo dnf remove opendbx-sqlite2

opendbx-sqlite2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/3d1630bb6af5cfa58d605f20c82e560fd0800d
/usr/lib64/opendbx/libsqlitebackend.so
/usr/lib64/opendbx/libsqlitebackend.so.1
/usr/lib64/opendbx/libsqlitebackend.so.1.2.0

References

Summary

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