How To Install python3-dtfabric on Rocky Linux 8

In this tutorial we learn how to install python3-dtfabric on Rocky Linux 8. python3-dtfabric is A tool to manage data types and structures, as used by libyal

Introduction

In this tutorial we learn how to install python3-dtfabric on Rocky Linux 8.

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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-dtfabric.

Install python3-dtfabric on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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

sudo dnf remove python3-dtfabric

python3-dtfabric Package Contents on Rocky Linux 8

/usr/bin/validate-definitions.py
/usr/lib/python3.6/site-packages/dtfabric
/usr/lib/python3.6/site-packages/dtfabric-20200119-py3.6.egg-info
/usr/lib/python3.6/site-packages/dtfabric-20200119-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/dtfabric-20200119-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/dtfabric-20200119-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/dtfabric-20200119-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/dtfabric/__init__.py
/usr/lib/python3.6/site-packages/dtfabric/__pycache__
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/data_types.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/data_types.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/definitions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/definitions.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/py2to3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/py2to3.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/reader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/reader.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/registry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/__pycache__/registry.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/data_types.py
/usr/lib/python3.6/site-packages/dtfabric/definitions.py
/usr/lib/python3.6/site-packages/dtfabric/errors.py
/usr/lib/python3.6/site-packages/dtfabric/py2to3.py
/usr/lib/python3.6/site-packages/dtfabric/reader.py
/usr/lib/python3.6/site-packages/dtfabric/registry.py
/usr/lib/python3.6/site-packages/dtfabric/runtime
/usr/lib/python3.6/site-packages/dtfabric/runtime/__init__.py
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/byte_operations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/byte_operations.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/data_maps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/data_maps.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/fabric.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/fabric.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/runtime.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/__pycache__/runtime.cpython-36.pyc
/usr/lib/python3.6/site-packages/dtfabric/runtime/byte_operations.py
/usr/lib/python3.6/site-packages/dtfabric/runtime/data_maps.py
/usr/lib/python3.6/site-packages/dtfabric/runtime/fabric.py
/usr/lib/python3.6/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 Rocky Linux 8 using yum and dnf.