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

Last updated: May 21,2024

1. Install "python36-PyECLib" package

This tutorial shows how to install python36-PyECLib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-PyECLib

2. Uninstall "python36-PyECLib" package

This is a short guide on how to uninstall python36-PyECLib on openSuSE Tumbleweed:

$ sudo zypper remove python36-PyECLib

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

Information for package python36-PyECLib:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-PyECLib
Version : 1.6.0-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 175,8 KiB
Installed : No
Status : not installed
Source package : python-PyECLib-1.6.0-3.1.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).