How to Install and Uninstall python2-crcmod Package on openSUSE Leap
Last updated: November 16,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-crcmod" package
Please follow the steps below to install python2-crcmod on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-crcmod
Copied
2. Uninstall "python2-crcmod" package
This is a short guide on how to uninstall python2-crcmod on openSUSE Leap:
$
sudo zypper remove
python2-crcmod
Copied
3. Information about the python2-crcmod package on openSUSE Leap
Information for package python2-crcmod:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python2-crcmod
Version : 1.7-5.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 95,4 KiB
Installed : No
Status : not installed
Source package : python-crcmod-1.7-5.3.2.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.
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python2-crcmod
Version : 1.7-5.3.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 95,4 KiB
Installed : No
Status : not installed
Source package : python-crcmod-1.7-5.3.2.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.