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

Last updated: March 15,2025

1. Install "python3-pyfaidx" package

This guide covers the steps necessary to install python3-pyfaidx on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pyfaidx

2. Uninstall "python3-pyfaidx" package

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

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

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

Package: python3-pyfaidx
Architecture: all
Version: 0.5.9.2-1
Priority: optional
Section: universe/python
Source: python-pyfaidx
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 119
Depends: python3-pkg-resources, python3-six, python3:any
Filename: pool/universe/p/python-pyfaidx/python3-pyfaidx_0.5.9.2-1_all.deb
Size: 26420
MD5sum: 4afc70ef6dbad7f66dc153c392f6348a
SHA1: db94dc4ab2b6942afa3e80031b5c9f8c862edcae
SHA256: 475f142e0bad213691ee7876a8a7524c6825ec2232b7340488ded07e7e0c3338
SHA512: 401404c5dfc692b0af6e991b11291428731e60e9007faf69ab435309b251eb87abfab33c05032b3a7b10388c4d4e10e59eb78cb663ab2dcfa12cbb0651cfdbfa
Homepage: https://github.com/mdshw5/pyfaidx
Description-en: efficient random access to fasta subsequences for Python 3
Samtools provides a function "faidx" (FAsta InDeX), which creates a
small flat index file ".fai" allowing for fast random access to any
subsequence in the indexed FASTA file, while loading a minimal amount of
the file in to memory. This Python module implements pure Python classes
for indexing, retrieval, and in-place modification of FASTA files using
a samtools compatible index. The pyfaidx module is API compatible with
the pygr seqdb module. A command-line script "faidx" is installed
alongside the pyfaidx module, and facilitates complex manipulation of
FASTA files without any programming knowledge.
.
This package provides the Python 3 modules to access fasta files.
Description-md5: 8b4b562961c5bb65ecfef8c074f66a35