How to Install and Uninstall python39-PyECLib Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-PyECLib" package

Learn how to install python39-PyECLib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PyECLib

2. Uninstall "python39-PyECLib" package

This tutorial shows how to uninstall python39-PyECLib on openSuSE Tumbleweed:

$ sudo zypper remove python39-PyECLib

3. Information about the python39-PyECLib package on openSuSE Tumbleweed

Information for package python39-PyECLib:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-PyECLib
Version : 1.6.1-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 154.1 KiB
Installed : No
Status : not installed
Source package : python-PyECLib-1.6.1-1.12.src
Upstream URL : https://git.openstack.org/cgit/openstack/pyeclib/
Summary : Simple interface for implementing erasure codes
Description :
This library makes use of Jesasure for Reed-Solomon as implemented by the
liberasurecode library and provides its' own flat XOR-based erasure code
encoder and decoder. Currently, it implements a specific class of HD
Combination Codes (see "Flat XOR-based erasure codes in storage systems:
Constructions, efficient recovery, and tradeoffs" in IEEE MSST 2010). These
codes are well-suited to archival use-cases, have a simple construction and
require a minimum number of participating disks during single-disk
reconstruction (think XOR-based LRC code).