How To Install python3-xxhash on Fedora 36

In this tutorial we learn how to install python3-xxhash in Fedora 36. python3-xxhash is Python Binding for xxHash

Introduction

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

What is python3-xxhash

xxhash is a Python binding for the xxHash library by Yann Collet.

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

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

sudo dnf -y install python3-xxhash

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

sudo yum -y install python3-xxhash

How To Uninstall python3-xxhash on Fedora 36

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

sudo dnf remove python3-xxhash

python3-xxhash Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/60294a36cd1a1b964e1e6f0d8deafa539a55d5
/usr/lib64/python3.10/site-packages/xxhash
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info/METADATA
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/xxhash-2.0.2.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/xxhash/__init__.py
/usr/lib64/python3.10/site-packages/xxhash/__pycache__
/usr/lib64/python3.10/site-packages/xxhash/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/xxhash/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/xxhash/_xxhash.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-xxhash
/usr/share/doc/python3-xxhash/CHANGELOG.rst
/usr/share/doc/python3-xxhash/README.rst

References

Summary

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