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

Last updated: May 17,2024

1. Install "python3-xopen" package

Please follow the guidelines below to install python3-xopen on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-xopen

2. Uninstall "python3-xopen" package

Please follow the instructions below to uninstall python3-xopen on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-xopen
Architecture: all
Version: 1.1.0-1
Priority: optional
Section: universe/python
Source: python-xopen
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 49
Depends: python3:any, python3-pkg-resources, pigz
Filename: pool/universe/p/python-xopen/python3-xopen_1.1.0-1_all.deb
Size: 12032
MD5sum: 42df85422bcc15a3f96b50789c2ce968
SHA1: 75788a9225fa64f8444ae8196c6262391f1a9ae6
SHA256: d0ffc90a9da6557f0a0bfeb0936c1035d51a0e7ee546fbe18aaab167e55f389d
SHA512: c381385dc03d513c5d003c3b26546fb32e249152469c1aa78e16953d1efd4d2fd807d69e5129a1c85cc62376e5ad8cdfff7272fd359f8d318fe23c36b608838b
Homepage: https://github.com/marcelm/xopen
Description-en: 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: 07bc3f3915c930e4ddff0500f0128a90