How to Install and Uninstall python3-reedsolo Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-reedsolo" package

This tutorial shows how to install python3-reedsolo on Kali Linux

$ sudo apt update $ sudo apt install python3-reedsolo

2. Uninstall "python3-reedsolo" package

This guide let you learn how to uninstall python3-reedsolo on Kali Linux:

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

3. Information about the python3-reedsolo package on Kali Linux

Package: python3-reedsolo
Source: python-reedsolo (1.7.0-1)
Version: 1.7.0-1+b2
Installed-Size: 970
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.14), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 303876
SHA256: 59f5a1c051cdf61261f97b37bcdf516a01a2cd7c69cb9254e313eb3035413c0a
SHA1: 384bb3a1aef61f53cf90054bd6f830caef972ffe
MD5sum: b3bd44b706500b6d9fae3f2d1295c9eb
Description: Reed Solomon encoder/decoder library in Python
A pythonic universal errors-and-erasures Reed-Solomon Codec to protect your
data from errors and bitrot. It includes a pure Python implementation and a
speed-optimized Cython/C extension.
.
This is a burst-type implementation, so that it supports any Galois field
higher than 2^3, but not binary streams. Burst errors are non-random errors
that more often happen on data storage mediums such as hard drives, hence this
library is better suited for data storage protection, and less for streams
noise correction, although it also works for this purpose but with a bit of
overhead (since it works with bytes only, instead of bits).
.
Based on the wonderful tutorial at Wikiversity, written by "Bobmath" and
"LRQ3000". If you are just starting with Reed-Solomon error correction codes,
the Wikiversity article is a good beginner's introduction.
Description-md5:
Homepage: https://github.com/tomerfiliba/reedsolomon
Section: python
Priority: optional
Filename: pool/main/p/python-reedsolo/python3-reedsolo_1.7.0-1+b2_amd64.deb