How to Install and Uninstall libcrcutil0 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 03,2024

1. Install "libcrcutil0" package

Please follow the instructions below to install libcrcutil0 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libcrcutil0

2. Uninstall "libcrcutil0" package

This tutorial shows how to uninstall libcrcutil0 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcrcutil0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcrcutil0
Architecture: amd64
Version: 1.0-5.2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: libcrcutil
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
Depends: libc6 (>= 2.4)
Filename: pool/universe/libc/libcrcutil/libcrcutil0_1.0-5.2_amd64.deb
Size: 9108
MD5sum: 14640921192817ff7134fa6b8eaebfc3
SHA1: 565cb1993362661ee5a6dcecf028d91252e9b402
SHA256: b61fc37f4546dae95a417a1cf0c84a896458d78c685387d49e93ee06dd27175d
SHA512: 16a90523e7ea4132403c11cd6dc8d514446977f6febccf6e3d08ae31063d69436cd79c2e11dbac43e6c2e7b7f824ed91d46af41f0f2e4e62ec02045e84c65a74
Homepage: https://code.google.com/p/crcutil/
Description-en: 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: 5bab1273f483753a32be02c4ef88f671