How To Install opendbx on Fedora 36
Introduction
In this tutorial we learn how to install opendbx
on Fedora 36.
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!
We can use yum
or dnf
to install opendbx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opendbx.
Install opendbx 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
using dnf
by running the following command:
sudo dnf -y install opendbx
Install opendbx 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
using yum
by running the following command:
sudo yum -y install opendbx
How To Uninstall opendbx on Fedora 36
To uninstall only the opendbx
package we can use the following command:
sudo dnf remove opendbx
opendbx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/5f81507b500bc2e7d30a775e708b8edfbd7f8f
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/d05e0dda4a640374f0562b3c9193972fd72269
/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 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install opendbx on Fedora 36” linkTitle: “opendbx” type: “docs” description: “In this tutorial we learn how to install opendbx in Fedora 36. opendbx is Lightweight but extensible database access library written in C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/opendbx-featured.png
Introduction
In this tutorial we learn how to install opendbx
on Fedora 36.
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!
We can use yum
or dnf
to install opendbx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opendbx.
Install opendbx 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
using dnf
by running the following command:
sudo dnf -y install opendbx
Install opendbx 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
using yum
by running the following command:
sudo yum -y install opendbx
How To Uninstall opendbx on Fedora 36
To uninstall only the opendbx
package we can use the following command:
sudo dnf remove opendbx
opendbx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/82511d1266d1efa5ac59b7bfca35b6343ae4d1
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/42a612b3152d92c9362b0b794a2542b8c99529
/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
References
Summary
In this tutorial we learn how to install opendbx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).