How to Install and Uninstall python38-crcmod Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-crcmod" package

This guide let you learn how to install python38-crcmod on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-crcmod

2. Uninstall "python38-crcmod" package

This guide let you learn how to uninstall python38-crcmod on openSuSE Tumbleweed:

$ sudo zypper remove python38-crcmod

3. Information about the python38-crcmod package on openSuSE Tumbleweed

Information for package python38-crcmod:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-crcmod
Version : 1.7-7.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 116,2 KiB
Installed : No
Status : not installed
Source package : python-crcmod-1.7-7.12.src
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.