How To Install opendbx-utils on Fedora 36
Introduction
In this tutorial we learn how to install opendbx-utils
on Fedora 36.
What is opendbx-utils
The opendbx-utils package provides the odbx-sql tool.
We can use yum
or dnf
to install opendbx-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install opendbx-utils.
Install opendbx-utils 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-utils
using dnf
by running the following command:
sudo dnf -y install opendbx-utils
Install opendbx-utils 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-utils
using yum
by running the following command:
sudo yum -y install opendbx-utils
How To Uninstall opendbx-utils on Fedora 36
To uninstall only the opendbx-utils
package we can use the following command:
sudo dnf remove opendbx-utils
opendbx-utils Package Contents on Fedora 36
/usr/bin/odbx-sql
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/51c938e2d2f601aa2002bbaca50931873ed041
/usr/share/locale/de/LC_MESSAGES/opendbx-utils.mo
/usr/share/locale/en@quot/LC_MESSAGES/opendbx-utils.mo
/usr/share/man/man1/odbx-sql.1.gz
References
Summary
In this tutorial we learn how to install opendbx-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).