How To Install python3-hivex on Fedora 36

In this tutorial we learn how to install python3-hivex in Fedora 36. python3-hivex is Python 3 bindings for hivex

Introduction

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

What is python3-hivex

python3-hivex contains Python 3 bindings for hivex.

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

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

sudo dnf -y install python3-hivex

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

sudo yum -y install python3-hivex

How To Uninstall python3-hivex on Fedora 36

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

sudo dnf remove python3-hivex

python3-hivex Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/a4047e0f1eeed973a7f1c2ce3afd1c0bc67d53
/usr/lib64/python3.10/site-packages/hivex
/usr/lib64/python3.10/site-packages/hivex/__init__.py
/usr/lib64/python3.10/site-packages/hivex/__pycache__
/usr/lib64/python3.10/site-packages/hivex/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/hivex/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/hivex/__pycache__/hive_types.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/hivex/__pycache__/hive_types.cpython-310.pyc
/usr/lib64/python3.10/site-packages/hivex/hive_types.py
/usr/lib64/python3.10/site-packages/libhivexmod.cpython-310-x86_64-linux-gnu.so

References

Summary

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