How to Install and Uninstall python3-crcmod Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-crcmod" package

Please follow the steps below to install python3-crcmod on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-crcmod

2. Uninstall "python3-crcmod" package

Please follow the step by step instructions below to uninstall python3-crcmod on openSUSE Leap:

$ sudo zypper remove python3-crcmod

3. Information about the python3-crcmod package on openSUSE Leap

Information for package python3-crcmod:
---------------------------------------
Repository : Main Repository
Name : python3-crcmod
Version : 1.7-150200.5.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 136.4 KiB
Installed : No
Status : not installed
Source package : python-crcmod-1.7-150200.5.6.1.src
Upstream URL : https://crcmod.sourceforge.net/
Summary : CRC Generator
Description :
The software in this package is a Python module for generating objects that
compute the Cyclic Redundancy Check (CRC). There is no attempt in this package
to explain how the CRC works. There are a number of resources on the web that
give a good explanation of the algorithms. Just do a Google search for "crc
calculation" and browse till you find what you need. Another resource can be
found in chapter 20 of the book "Numerical Recipes in C" by Press et. al.
This package allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can
generate a Python function for the selected polynomial or an instance of the
Crc class which provides the same interface as the ``md5`` and ``sha`` modules
from the Python standard library. A ``Crc`` class instance can also generate
C/C++ source code that can be used in another application.