How to Install and Uninstall libcrcutil0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libcrcutil0" package

This tutorial shows how to install libcrcutil0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcrcutil0

2. Uninstall "libcrcutil0" package

Please follow the instructions below to uninstall libcrcutil0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcrcutil0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrcutil0
Priority: optional
Section: universe/libs
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: amd64
Source: libcrcutil
Version: 1.0-3
Depends: libc6 (>= 2.4)
Pre-Depends: multiarch-support
Filename: pool/universe/libc/libcrcutil/libcrcutil0_1.0-3_amd64.deb
Size: 8750
MD5sum: b09d8a0cda9e4bda707d39deb41e9e94
SHA1: 0dd85eaa374a03850e7b6015f5e58739799895f3
SHA256: a66b16ef092c5c70f683db225fba0ca1d8231610ff0f42c339dcb26d4b57558f
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
Multi-Arch: same
Homepage: https://code.google.com/p/crcutil/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu