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

Last updated: October 07,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 34

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

2. Uninstall "python3-reedsolo.x86_64" package

This tutorial shows how to uninstall python3-reedsolo.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:05:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-reedsolo
Version : 1.5.4
Release : 4.fc34
Architecture : x86_64
Size : 209 k
Source : python-reedsolo-1.5.4-4.fc34.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”.