How to Install and Uninstall python-crcmod Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-crcmod" package

This is a short guide on how to install python-crcmod on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-crcmod

2. Uninstall "python-crcmod" package

This guide covers the steps necessary to uninstall python-crcmod on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-crcmod $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-crcmod package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-crcmod
Priority: optional
Section: universe/python
Installed-Size: 82
Maintainer: Ubuntu Developers
Original-Maintainer: PKG Cloud
Architecture: amd64
Version: 1.7-2build2
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-crcmod/python-crcmod_1.7-2build2_amd64.deb
Size: 17392
MD5sum: b4a326bae7892bcb867769751c34e25f
SHA1: 98a4ce03b73dc39fffe868a39c6a6df085fc53b6
SHA256: 0d48b4ca8a4f95ac0ea0ba1e6599c1d6c5915b083c97041fb754c6e80e93deed
Description-en: CRC Generator - python 2.x
CRCmod generates objects that compute the Cyclic Redundancy Check (CRC). It
allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can generate a Python
function for the selected polynomial or an instance of the Crc class which
provides the same interface as the md5 and sha modules from the Python
standard library. A "Crc" class instance can also generate C/C++ source code
that can be used in another application.
.
This package contains the Python 2.x module.
Description-md5: 8e6ea121430ae6a2138535ad0dff7673
Homepage: http://crcmod.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu