How to Install and Uninstall libcrcutil-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libcrcutil-dev" package

Please follow the instructions below to install libcrcutil-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcrcutil-dev

2. Uninstall "libcrcutil-dev" package

Here is a brief guide to show you how to uninstall libcrcutil-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcrcutil-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrcutil-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: amd64
Source: libcrcutil
Version: 1.0-3
Depends: libcrcutil0 (= 1.0-3)
Suggests: libcrcutil-doc
Filename: pool/universe/libc/libcrcutil/libcrcutil-dev_1.0-3_amd64.deb
Size: 17202
MD5sum: c3d20ae8f57b449660df252495870ff8
SHA1: 19a4e1cfa7bd9aee38cd3d89704ecf23879eacd6
SHA256: e9d44a995f7378697695151932523d4cccb60ba2929552696b63ede8deef056d
Description-en: library for cyclic redundancy check (CRC) computation - development files
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 development files.
Description-md5: 7cbb589eb48b2c03698723b050d7e04d
Homepage: https://code.google.com/p/crcutil/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu