How to Install and Uninstall libcrcutil-doc Package on Kali Linux

Last updated: November 07,2024

1. Install "libcrcutil-doc" package

This guide covers the steps necessary to install libcrcutil-doc on Kali Linux

$ sudo apt update $ sudo apt install libcrcutil-doc

2. Uninstall "libcrcutil-doc" package

Please follow the guidance below to uninstall libcrcutil-doc on Kali Linux:

$ sudo apt remove libcrcutil-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrcutil-doc package on Kali Linux

Package: libcrcutil-doc
Source: libcrcutil
Version: 1.0-5.2
Installed-Size: 744
Maintainer: Dmitry Smirnov
Architecture: all
Suggests: pdf-viewer
Size: 730516
SHA256: dabe04d62126320af08c2c9707f21b5a01a814e7616e32b1e4b494f138bb90e2
SHA1: 4be44980895be5d11d8781a99a6613b7b9d11eda
MD5sum: 7bf8303d30e656333fdd48fcacc9d649
Description: library for cyclic redundancy check (CRC) computation - documentation
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).
.
This package provides PDF documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://code.google.com/p/crcutil/
Section: doc
Priority: optional
Filename: pool/main/libc/libcrcutil/libcrcutil-doc_1.0-5.2_all.deb