How To Install python3-crcmod on Fedora 36

In this tutorial we learn how to install python3-crcmod in Fedora 36. python3-crcmod is CRC Generator

Introduction

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

What is python3-crcmod

The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC).

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

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

sudo dnf -y install python3-crcmod

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

sudo yum -y install python3-crcmod

How To Uninstall python3-crcmod on Fedora 36

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

sudo dnf remove python3-crcmod

python3-crcmod Package Contents on Fedora 36

/usr/lib64/python3.10/site-packages/crcmod
/usr/lib64/python3.10/site-packages/crcmod-1.7-py3.10.egg-info
/usr/lib64/python3.10/site-packages/crcmod/__init__.py
/usr/lib64/python3.10/site-packages/crcmod/__pycache__
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/_crcfunpy.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/_crcfunpy.cpython-310.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/crcmod.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/crcmod.cpython-310.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/predefined.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/predefined.cpython-310.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/crcmod/__pycache__/test.cpython-310.pyc
/usr/lib64/python3.10/site-packages/crcmod/_crcfunpy.py
/usr/lib64/python3.10/site-packages/crcmod/crcmod.py
/usr/lib64/python3.10/site-packages/crcmod/predefined.py
/usr/lib64/python3.10/site-packages/crcmod/test.py
/usr/share/licenses/python3-crcmod
/usr/share/licenses/python3-crcmod/LICENSE

References

Summary

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