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

Last updated: May 02,2024

1. Install "python3-xopen" package

Please follow the guidelines below to install python3-xopen on Kali Linux

$ sudo apt update $ sudo apt install python3-xopen

2. Uninstall "python3-xopen" package

Please follow the guidance below to uninstall python3-xopen on Kali Linux:

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

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

Package: python3-xopen
Source: python-xopen
Version: 1.7.0-2
Installed-Size: 73
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3 (>> 3.8), python3:any, python3-pkg-resources, pigz
Size: 16856
SHA256: 3e67cd42c4f4b4136d42e7e12833513b10966eb82cc82736a7a5552fa7e17056
SHA1: 937ceb58f667dbfef0f63f154f0cb3ec59aaf3b5
MD5sum: ce3002fd4d8b66204f66b057f225f028
Description: Python3 module to open compressed files transparently
This small Python3 module provides a xopen function that works like the
built-in open function, but can also deal with compressed files.
Supported compression formats are gzip, bzip2 and xz. They are
automatically recognized by their file extensions .gz, .bz2 or .xz.
.
The focus is on being as efficient as possible on all supported Python
versions. For example, simply using gzip.open is slow in older Pythons,
and it is a lot faster to use a gzip subprocess.
.
This module has originally been developed as part of the cutadapt tool
that is used in bioinformatics to manipulate sequencing data. It has
been in successful use within that software for a few years.
.
This is the Python3 version.
Description-md5:
Homepage: https://github.com/marcelm/xopen
Section: python
Priority: optional
Filename: pool/main/p/python-xopen/python3-xopen_1.7.0-2_all.deb