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

Last updated: June 19,2024

1. Install "python310-reedsolo" package

Please follow the guidance below to install python310-reedsolo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-reedsolo

2. Uninstall "python310-reedsolo" package

Please follow the steps below to uninstall python310-reedsolo on openSuSE Tumbleweed:

$ sudo zypper remove python310-reedsolo

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

Information for package python310-reedsolo:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-reedsolo
Version : 1.7.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 149.6 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.