How To Install python3-google-crc32c on Fedora 36

In this tutorial we learn how to install python3-google-crc32c in Fedora 36. python3-google-crc32c is Python wrapper for CRC32C hashing algorithm

Introduction

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

What is python3-google-crc32c

This package wraps the google/crc32c hardware-based implementation of the CRC32C hashing algorithm. Multiple wheels are distributed as well as source. If a wheel is not published for the python version and platform you are using, you will need to compile crc32c using a C toolchain.

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

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

sudo dnf -y install python3-google-crc32c

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

sudo yum -y install python3-google-crc32c

How To Uninstall python3-google-crc32c on Fedora 36

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

sudo dnf remove python3-google-crc32c

python3-google-crc32c Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/e24f70454da37ac2218c8bf8fd5a8ee0c7991e
/usr/lib64/python3.10/site-packages/google_crc32c
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/METADATA
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/google_crc32c-1.1.2.dist-info/zip-safe
/usr/lib64/python3.10/site-packages/google_crc32c/__config__.py
/usr/lib64/python3.10/site-packages/google_crc32c/__init__.py
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/__config__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/__config__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/_checksum.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/_checksum.cpython-310.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/cffi.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/cffi.cpython-310.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/python.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/__pycache__/python.cpython-310.pyc
/usr/lib64/python3.10/site-packages/google_crc32c/_checksum.py
/usr/lib64/python3.10/site-packages/google_crc32c/_crc32c_cffi.abi3.so
/usr/lib64/python3.10/site-packages/google_crc32c/cffi.py
/usr/lib64/python3.10/site-packages/google_crc32c/python.py
/usr/share/doc/python3-google-crc32c
/usr/share/doc/python3-google-crc32c/CHANGELOG.md
/usr/share/doc/python3-google-crc32c/README.md
/usr/share/licenses/python3-google-crc32c
/usr/share/licenses/python3-google-crc32c/LICENSE

References

Summary

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