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

Last updated: January 16,2025

1. Install "python3-reedsolo.x86_64" package

This tutorial shows how to install python3-reedsolo.x86_64 on Fedora 35

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

2. Uninstall "python3-reedsolo.x86_64" package

Here is a brief guide to show you how to uninstall python3-reedsolo.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:21:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-reedsolo
Version : 1.5.4
Release : 6.fc35
Architecture : x86_64
Size : 204 k
Source : python-reedsolo-1.5.4-6.fc35.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”.