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

Last updated: May 21,2024

1. Install "python3-crcmod" package

Please follow the steps below to install python3-crcmod on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-crcmod

2. Uninstall "python3-crcmod" package

This tutorial shows how to uninstall python3-crcmod on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-crcmod
Priority: optional
Section: universe/python
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: PKG Cloud
Architecture: amd64
Source: python-crcmod
Version: 1.7-2build2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-crcmod/python3-crcmod_1.7-2build2_amd64.deb
Size: 18402
MD5sum: 61358718972f90900cc9ad3ca2023293
SHA1: 2c969926298c9290fa2d6a0401eaa9dfb99b089f
SHA256: d89b4b37f19a57d1d3393c8b7283eb2bc68056f5c114a2de218ebf2e0f00afe0
Description-en: CRC Generator - python 3.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 3.x module.
Description-md5: 822d13a9c5357eec770683a4e2f849ca
Homepage: http://crcmod.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu