How to Install and Uninstall libcrcutil-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 02,2024

1. Install "libcrcutil-dev" package

This guide let you learn how to install libcrcutil-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcrcutil-dev

2. Uninstall "libcrcutil-dev" package

In this section, we are going to explain the necessary steps to uninstall libcrcutil-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libcrcutil-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcrcutil-dev
Architecture: amd64
Version: 1.0-5.2
Priority: optional
Section: universe/libdevel
Source: libcrcutil
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 91
Depends: libcrcutil0 (= 1.0-5.2)
Suggests: libcrcutil-doc
Filename: pool/universe/libc/libcrcutil/libcrcutil-dev_1.0-5.2_amd64.deb
Size: 17236
MD5sum: a6275dd62c17502fb15b6ce6cadea575
SHA1: baaa2c25a816dd9d98105a654586a08e88db2547
SHA256: 592116777708d953e2e38f38d0a7fb96a8db60395fb806af6ae1ac67e150734d
SHA512: ed767a1ede6166cb3602179c3f022faede6a40d2e1007607d05874ce77d1f4c48547f7eb6bf0a420bbf51288a49d6928c01b716f66cf5b2eb4fb975af921c795
Homepage: https://code.google.com/p/crcutil/
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