How to Install and Uninstall python3-indexed-gzip Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-indexed-gzip" package

Please follow the guidance below to install python3-indexed-gzip on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-indexed-gzip" package

Please follow the step by step instructions below to uninstall python3-indexed-gzip on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-indexed-gzip package on Ubuntu 21.10 (Impish Indri)

Package: python3-indexed-gzip
Architecture: amd64
Version: 0.8.6-1.2
Priority: optional
Section: universe/python
Source: indexed-gzip
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1032
Provides: python3.9-indexed-gzip
Depends: cython3, python3-numpy (>= 1:1.16.0~rc1), libc6 (>= 2.14), zlib1g (>= 1:1.2.2.4), python3-numpy-abi9, python3 (<< 3.10), python3 (>= 3.9~), python3:any
Filename: pool/universe/i/indexed-gzip/python3-indexed-gzip_0.8.6-1.2_amd64.deb
Size: 318160
MD5sum: 45da472d9b8e39f1d7a78749320b1a98
SHA1: 0009f4a3f1e06991b3c97b54e2a5ebe91cdf0e15
SHA256: e546388b8b3cbd250708fb62f0416e5dcc50f17387bbb891264c2a0b4b88d7ae
SHA512: 9b5f8f711da8eef6aca3b3bf7760819f2ce586de27eb5946496a438460f2ee95ea56a965617f5e8e6bc3cc86c15786efdf8f703f65603224c353d4e485f180cf
Homepage: https://github.com/pauldmccarthy/indexed_gzip
Description-en: 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: eff4400f0f58b52e433ac1fa514e0954