How To Install python3-dtfabric on Fedora 36

In this tutorial we learn how to install python3-dtfabric in Fedora 36. python3-dtfabric is Tool to manage data types and structures, as used by libyal

Introduction

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

What is python3-dtfabric

dtfabric is a project to manage data types and structures, as used in the libyal projects.

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

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

sudo dnf -y install python3-dtfabric

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

sudo yum -y install python3-dtfabric

How To Uninstall python3-dtfabric on Fedora 36

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

sudo dnf remove python3-dtfabric

python3-dtfabric Package Contents on Fedora 36

/usr/bin/validate-definitions.py
/usr/lib/python3.10/site-packages/dtfabric
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/dtfabric-20220126-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/dtfabric/__init__.py
/usr/lib/python3.10/site-packages/dtfabric/__pycache__
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/data_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/data_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/definitions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/definitions.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/reader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/reader.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/__pycache__/registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/data_types.py
/usr/lib/python3.10/site-packages/dtfabric/definitions.py
/usr/lib/python3.10/site-packages/dtfabric/errors.py
/usr/lib/python3.10/site-packages/dtfabric/reader.py
/usr/lib/python3.10/site-packages/dtfabric/registry.py
/usr/lib/python3.10/site-packages/dtfabric/runtime
/usr/lib/python3.10/site-packages/dtfabric/runtime/__init__.py
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/byte_operations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/byte_operations.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/data_maps.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/data_maps.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/fabric.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/fabric.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/runtime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/__pycache__/runtime.cpython-310.pyc
/usr/lib/python3.10/site-packages/dtfabric/runtime/byte_operations.py
/usr/lib/python3.10/site-packages/dtfabric/runtime/data_maps.py
/usr/lib/python3.10/site-packages/dtfabric/runtime/fabric.py
/usr/lib/python3.10/site-packages/dtfabric/runtime/runtime.py
/usr/share/doc/python3-dtfabric
/usr/share/doc/python3-dtfabric/ACKNOWLEDGEMENTS
/usr/share/doc/python3-dtfabric/AUTHORS
/usr/share/doc/python3-dtfabric/README
/usr/share/licenses/python3-dtfabric
/usr/share/licenses/python3-dtfabric/LICENSE

References

Summary

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