How to Install and Uninstall python39-reedsolo Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python39-reedsolo" package

Please follow the instructions below to install python39-reedsolo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-reedsolo

2. Uninstall "python39-reedsolo" package

This guide covers the steps necessary to uninstall python39-reedsolo on openSuSE Tumbleweed:

$ sudo zypper remove python39-reedsolo

3. Information about the python39-reedsolo package on openSuSE Tumbleweed

Information for package python39-reedsolo:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-reedsolo
Version : 1.7.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 149.7 KiB
Installed : No
Status : not installed
Source package : python-reedsolo-1.7.0-1.4.src
Upstream URL : https://github.com/tomerfiliba/reedsolomon
Summary : Pure-Python Reed Solomon encoder/decoder
Description :
A pure-python universal errors-and-erasures Reed-Solomon Codec, 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. This is a burst-type implementation,
so that it supports any Galois field higher than 2^3, but not binary streams.