How To Install python3-dbfread on Fedora 36

In this tutorial we learn how to install python3-dbfread in Fedora 36. python3-dbfread is Read DBF Files with Python

Introduction

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

What is python3-dbfread

DBF is a file format used by databases such dBase, Visual FoxPro, and FoxBase+. This library reads DBF files and returns the data as native Python data types for further processing. It is primarily intended for batch jobs and one-off scripts. Full documentation at https See docs/changes.rst for a full list of changes in each version.

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

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

sudo dnf -y install python3-dbfread

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

sudo yum -y install python3-dbfread

How To Uninstall python3-dbfread on Fedora 36

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

sudo dnf remove python3-dbfread

python3-dbfread Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/dbfread
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/dbfread-2.0.7-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/dbfread/__init__.py
/usr/lib/python3.10/site-packages/dbfread/__pycache__
/usr/lib/python3.10/site-packages/dbfread/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/codepages.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/codepages.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/dbf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/dbf.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/dbversions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/dbversions.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/deprecated_dbf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/deprecated_dbf.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/field_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/field_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/ifiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/ifiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/memo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/memo.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/struct_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/struct_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_field_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_field_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_ifiles.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_ifiles.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_invalid_value.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_invalid_value.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_memo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_memo.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_read_and_length.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/test_read_and_length.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dbfread/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/dbfread/codepages.py
/usr/lib/python3.10/site-packages/dbfread/dbf.py
/usr/lib/python3.10/site-packages/dbfread/dbversions.py
/usr/lib/python3.10/site-packages/dbfread/deprecated_dbf.py
/usr/lib/python3.10/site-packages/dbfread/exceptions.py
/usr/lib/python3.10/site-packages/dbfread/field_parser.py
/usr/lib/python3.10/site-packages/dbfread/ifiles.py
/usr/lib/python3.10/site-packages/dbfread/memo.py
/usr/lib/python3.10/site-packages/dbfread/struct_parser.py
/usr/lib/python3.10/site-packages/dbfread/test_field_parser.py
/usr/lib/python3.10/site-packages/dbfread/test_ifiles.py
/usr/lib/python3.10/site-packages/dbfread/test_invalid_value.py
/usr/lib/python3.10/site-packages/dbfread/test_memo.py
/usr/lib/python3.10/site-packages/dbfread/test_read_and_length.py
/usr/lib/python3.10/site-packages/dbfread/version.py
/usr/share/doc/python3-dbfread
/usr/share/doc/python3-dbfread/README.rst
/usr/share/licenses/python3-dbfread
/usr/share/licenses/python3-dbfread/LICENSE

References

Summary

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