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

Last updated: June 30,2024

1. Install "python311-PyECLib" package

This guide let you learn how to install python311-PyECLib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-PyECLib

2. Uninstall "python311-PyECLib" package

Please follow the guidance below to uninstall python311-PyECLib on openSuSE Tumbleweed:

$ sudo zypper remove python311-PyECLib

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

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