How to Install and Uninstall python3-crcelk.noarch Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "python3-crcelk.noarch" package

This is a short guide on how to install python3-crcelk.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-crcelk.noarch

2. Uninstall "python3-crcelk.noarch" package

Here is a brief guide to show you how to uninstall python3-crcelk.noarch on CentOS Stream 8:

$ sudo dnf remove python3-crcelk.noarch $ sudo dnf autoremove

3. Information about the python3-crcelk.noarch package on CentOS Stream 8

Last metadata expiration check: 3:45:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-crcelk
Version : 1.3
Release : 4.el8
Architecture : noarch
Size : 19 k
Source : python-crcelk-1.3-4.el8.src.rpm
Repository : epel
Summary : A Python implementation of the CRC algorithm
URL : https://github.com/zeroSteiner/crcelk
License : MIT
Description : CrcElk provides a pure Python implementation of the CRC algorithm and allows
: for variants to easily be defined by providing their parameters such as width,
: starting polynomial, etc.