How to Install and Uninstall python2-PyECLib Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python2-PyECLib" package

Please follow the instructions below to install python2-PyECLib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PyECLib

2. Uninstall "python2-PyECLib" package

This tutorial shows how to uninstall python2-PyECLib on openSUSE Leap:

$ sudo zypper remove python2-PyECLib

3. Information about the python2-PyECLib package on openSUSE Leap

Information for package python2-PyECLib:
----------------------------------------
Repository : Main Repository
Name : python2-PyECLib
Version : 1.6.0-bp153.1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 160,4 KiB
Installed : No
Status : not installed
Source package : python-PyECLib-1.6.0-bp153.1.18.src
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).