How to Install and Uninstall python3-crcmod Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-crcmod" package

This tutorial shows how to install python3-crcmod on Kali Linux

$ sudo apt update $ sudo apt install python3-crcmod

2. Uninstall "python3-crcmod" package

Please follow the step by step instructions below to uninstall python3-crcmod on Kali Linux:

$ sudo apt remove python3-crcmod $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-crcmod package on Kali Linux

Package: python3-crcmod
Source: python-crcmod (1.7+dfsg-3)
Version: 1.7+dfsg-3+b4
Installed-Size: 115
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Pre-Depends: dpkg
Size: 19816
SHA256: 6398ec9ad808fcde7c2a6fc48e4f36660bd46da1d919b6b255646d9e58d838e6
SHA1: 4a2a4574d9426f2eab96c53ff4d84bb705d5929c
MD5sum: 7d79732de5401473f177bb7224ce1e2e
Description: CRC Generator - Python 3.x
CRCmod generates objects that compute the Cyclic Redundancy Check (CRC). It
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.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://crcmod.sourceforge.net/
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-crcmod/python3-crcmod_1.7+dfsg-3+b4_amd64.deb