How To Install python3-pyeclib on Fedora 36

In this tutorial we learn how to install python3-pyeclib in Fedora 36. python3-pyeclib is Python 3 interface to erasure codes

Introduction

In this tutorial we learn how to install python3-pyeclib on Fedora 36.

What is python3-pyeclib

This library provides a simple Python 3 interface for implementing erasure codes. A number of back-end implementations is supported either directly or through the C interface liberasurecode.

We can use yum or dnf to install python3-pyeclib on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pyeclib.

Install python3-pyeclib on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-pyeclib using dnf by running the following command:

sudo dnf -y install python3-pyeclib

Install python3-pyeclib on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-pyeclib using yum by running the following command:

sudo yum -y install python3-pyeclib

How To Uninstall python3-pyeclib on Fedora 36

To uninstall only the python3-pyeclib package we can use the following command:

sudo dnf remove python3-pyeclib

python3-pyeclib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/abe4c8675113efde1de4c02637d808d61bfa84
/usr/lib64/python3.10/site-packages/pyeclib
/usr/lib64/python3.10/site-packages/pyeclib-1.6.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pyeclib-1.6.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pyeclib-1.6.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pyeclib-1.6.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pyeclib-1.6.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/pyeclib/__init__.py
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/core.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/ec_iface.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/ec_iface.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/enum.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/enum.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/pyeclib/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/pyeclib/core.py
/usr/lib64/python3.10/site-packages/pyeclib/ec_iface.py
/usr/lib64/python3.10/site-packages/pyeclib/enum.py
/usr/lib64/python3.10/site-packages/pyeclib/utils.py
/usr/lib64/python3.10/site-packages/pyeclib_c.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-pyeclib
/usr/share/doc/python3-pyeclib/README.rst
/usr/share/licenses/python3-pyeclib
/usr/share/licenses/python3-pyeclib/License.txt

References

Summary

In this tutorial we learn how to install python3-pyeclib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).