How to Install and Uninstall libcrcutil0 Package on Kali Linux

Last updated: May 04,2024

1. Install "libcrcutil0" package

Here is a brief guide to show you how to install libcrcutil0 on Kali Linux

$ sudo apt update $ sudo apt install libcrcutil0

2. Uninstall "libcrcutil0" package

Please follow the guidance below to uninstall libcrcutil0 on Kali Linux:

$ sudo apt remove libcrcutil0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrcutil0 package on Kali Linux

Package: libcrcutil0
Source: libcrcutil
Version: 1.0-5.2
Installed-Size: 40
Maintainer: Dmitry Smirnov
Architecture: amd64
Depends: libc6 (>= 2.4)
Size: 9120
SHA256: da1f05649e017833de0539f2ebcb5a8709eca05283e384206793ad159f047108
SHA1: 313ec3305f1ee30287a03b2d0ac71d56c2fe58da
MD5sum: 313fe987bdd92dc806463d9c367642bf
Description: library for cyclic redundancy check (CRC) computation
Crcutil library provides efficient implementation of CRC algorithms. It
includes reference implementation of a novel Multiword CRC algorithm
invented by Andrew Kadatch and Bob Jenkins in early 2007. The new
algorithm is heavily tuned towards modern Intel and AMD processors and is
substantially faster than almost all other software CRC algorithms.
.
Included whitepaper describes the details of Multiword CRC algorithm as
well as other algorithms and CRC manipulation routines implemented by
crcutil library.
.
Crcutil library computes:
* Hardware-assisted CRC32C: 0.13 (Nehalem) CPU cycles per byte.
* 64-bit and smaller CRCs: 1.0 (Nehalem) - 1.2 (Core) CPU cycles per byte.
* 128-bit CRCs: 1.7 CPU cycles per byte.
.
Since computational speed of 64-bit CRCs is identical to 32-bit and
16-bit, the use of crcutil library enables widespread use of more reliable
64-bit CRCs instead of 32-bit ones.
.
As a bonus, crcutil also implements a number of useful CRC "tricks" (e.g.
computation of CRC of concatenated blocks of data of known length and CRC
without touching actual data).
Description-md5:
Multi-Arch: same
Homepage: https://code.google.com/p/crcutil/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libc/libcrcutil/libcrcutil0_1.0-5.2_amd64.deb