How to Install and Uninstall python3-reedsolo.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-reedsolo.x86_64" package

In this section, we are going to explain the necessary steps to install python3-reedsolo.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-reedsolo.x86_64

2. Uninstall "python3-reedsolo.x86_64" package

Please follow the guidelines below to uninstall python3-reedsolo.x86_64 on Fedora 36:

$ sudo dnf remove python3-reedsolo.x86_64 $ sudo dnf autoremove

3. Information about the python3-reedsolo.x86_64 package on Fedora 36

Last metadata expiration check: 5:14:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-reedsolo
Version : 1.5.4
Release : 7.fc36
Architecture : x86_64
Size : 205 k
Source : python-reedsolo-1.5.4-7.fc36.src.rpm
Repository : fedora
Summary : Pure-Python Reed Solomon encoder/decoder
URL : https://github.com/tomerfiliba/reedsolomon
License : Public Domain
Description : A pure-python universal errors-and-erasures Reed-Solomon Codec, based on the
: wonderful tutorial at wikiversity, written by “Bobmath” and “LRQ3000”.