How To Install python3-fdb on Fedora 36

In this tutorial we learn how to install python3-fdb in Fedora 36. python3-fdb is Firebird RDBMS bindings for Python

Introduction

In this tutorial we learn how to install python3-fdb on Fedora 36.

What is python3-fdb

Set of Firebird RDBMS bindings for Python.

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

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

sudo dnf -y install python3-fdb

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

sudo yum -y install python3-fdb

How To Uninstall python3-fdb on Fedora 36

To uninstall only the python3-fdb package we can use the following command:

sudo dnf remove python3-fdb

python3-fdb Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/fdb
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/fdb-2.0.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/fdb/__init__.py
/usr/lib/python3.10/site-packages/fdb/__pycache__
/usr/lib/python3.10/site-packages/fdb/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/blr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/blr.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/fbcore.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/fbcore.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/gstat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/gstat.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/ibase.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/ibase.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/monitor.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/monitor.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/services.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/services.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/trace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/trace.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fdb/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/fdb/blr.py
/usr/lib/python3.10/site-packages/fdb/fbcore.py
/usr/lib/python3.10/site-packages/fdb/gstat.py
/usr/lib/python3.10/site-packages/fdb/ibase.py
/usr/lib/python3.10/site-packages/fdb/log.py
/usr/lib/python3.10/site-packages/fdb/monitor.py
/usr/lib/python3.10/site-packages/fdb/schema.py
/usr/lib/python3.10/site-packages/fdb/services.py
/usr/lib/python3.10/site-packages/fdb/trace.py
/usr/lib/python3.10/site-packages/fdb/utils.py
/usr/share/doc/python3-fdb
/usr/share/doc/python3-fdb/README.rst
/usr/share/licenses/python3-fdb
/usr/share/licenses/python3-fdb/LICENSE.TXT

References

Summary

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