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

Last updated: May 17,2024

1. Install "python3-crc32c" package

In this section, we are going to explain the necessary steps to install python3-crc32c on Kali Linux

$ sudo apt update $ sudo apt install python3-crc32c

2. Uninstall "python3-crc32c" package

This is a short guide on how to uninstall python3-crc32c on Kali Linux:

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

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

Package: python3-crc32c
Source: python-crc32c (2.3-1.1)
Version: 2.3-1.1+b2
Installed-Size: 74
Maintainer: Jonas Smedegaard
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.4)
Size: 19840
SHA256: fad092f83e087ca118c837184287be222ec51c81ae4a29bcca44ac9b57c93138
SHA1: bbb86297bffc0409e639743217aed40a498dae9b
MD5sum: 952a556459e7426a8240675810b82242
Description: python implementation in hardware and software of crc32c
crc32c is a python package
implementing the crc32c checksum algorithm.
It automatically chooses between a hardware-based implementation
(using the CRC32C SSE 4.2 instruction of Intel CPUs),
or a software-based one when no hardware support can be found.
.
A cyclic redundancy check (CRC) is an error-detecting code
commonly used in digital networks and storage devices
to detect accidental changes to raw data.
Description-md5:
Homepage: https://github.com/ICRAR/crc32c
Section: python
Priority: optional
Filename: pool/main/p/python-crc32c/python3-crc32c_2.3-1.1+b2_amd64.deb