How to Install and Uninstall python3-indexed-gzip Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-indexed-gzip" package

This is a short guide on how to install python3-indexed-gzip on Kali Linux

$ sudo apt update $ sudo apt install python3-indexed-gzip

2. Uninstall "python3-indexed-gzip" package

This guide let you learn how to uninstall python3-indexed-gzip on Kali Linux:

$ sudo apt remove python3-indexed-gzip $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-indexed-gzip package on Kali Linux

Package: python3-indexed-gzip
Source: indexed-gzip
Version: 1.7.0-1.1
Installed-Size: 3130
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-numpy (>= 1:1.22.0), libc6 (>= 2.14), zlib1g (>= 1:1.2.2.4), python3-numpy-abi9, python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 963016
SHA256: ebd760cf17a77185381e44af77682e23e4cd2718dfd5af91ba1470ec2795e36d
SHA1: dba8127cb6d22a3b526667e267e52047b54cdc0e
MD5sum: 56b27385af52a2f96ad4989e19146e09
Description: fast random access of gzip files in Python
Drop-in replacement `IndexedGzipFile` for the built-in Python `gzip.GzipFile`
class that does not need to start decompressing from the beginning of the
file when for every `seek()`. It gets around this performance limitation by
building an index, which contains *seek points*, mappings between
corresponding locations in the compressed and uncompressed data streams. Each
seek point is accompanied by a chunk (32KB) of uncompressed data which is
used to initialise the decompression algorithm, allowing to start reading
from any seek point. If the index is built with a seek point spacing of 1MB,
only 512KB (on average) of data have to be decompressed to read from any
location in the file.
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://github.com/pauldmccarthy/indexed_gzip
Section: python
Priority: optional
Filename: pool/main/i/indexed-gzip/python3-indexed-gzip_1.7.0-1.1_amd64.deb