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

Last updated: June 29,2024

1. Install "python310-PyECLib" package

Please follow the instructions below to install python310-PyECLib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-PyECLib

2. Uninstall "python310-PyECLib" package

In this section, we are going to explain the necessary steps to uninstall python310-PyECLib on openSuSE Tumbleweed:

$ sudo zypper remove python310-PyECLib

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

Information for package python310-PyECLib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-PyECLib
Version : 1.6.1-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 153.6 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).