How to Install and Uninstall python3-pyeclib Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-pyeclib" package

Please follow the instructions below to install python3-pyeclib on Kali Linux

$ sudo apt update $ sudo apt install python3-pyeclib

2. Uninstall "python3-pyeclib" package

Please follow the steps below to uninstall python3-pyeclib on Kali Linux:

$ sudo apt remove python3-pyeclib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyeclib package on Kali Linux

Package: python3-pyeclib
Source: python-pyeclib (1.6.0-9)
Version: 1.6.0-9+b1
Installed-Size: 149
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3-six, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.34), liberasurecode1 (>= 1.2.0)
Size: 29076
SHA256: c25dc49e4aff24f1fa066ba2abcf5d7c87068cebfb30a1d6eb12401eed6da518
SHA1: 1ec2dca380d460699d4f527839a6631e8548899d
MD5sum: 63fec2f1a0b5989bed56cf785f129ffa
Description: interface for implementing erasure codes - Python 3.x
This library provides a simple Python interface for implementing erasure
codes. To obtain the best possible performance, the underlying erasure code
algorithms are written in C.
.
This library makes use of Jerasure for Reed-Solomon 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).
Description-md5:
Homepage: https://github.com/openstack/pyeclib
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-pyeclib/python3-pyeclib_1.6.0-9+b1_amd64.deb