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

Last updated: May 15,2024

1. Install "python3-pyfaidx" package

Here is a brief guide to show you how to install python3-pyfaidx on Kali Linux

$ sudo apt update $ sudo apt install python3-pyfaidx

2. Uninstall "python3-pyfaidx" package

This tutorial shows how to uninstall python3-pyfaidx on Kali Linux:

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

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

Package: python3-pyfaidx
Source: python-pyfaidx
Version: 0.8.1.1-1
Installed-Size: 127
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: python3-importlib-metadata, python3-pkg-resources, python3:any
Recommends: python3-biopython
Size: 28964
SHA256: b09d8f78e11b84ed6001766cda28a0fcbea75dbb8437f92e81d024d4903c9519
SHA1: 709cf95fce32a5262eb5115ea059c6ca654e6138
MD5sum: c05c9ac36b49f7ec42919db1defcdb6b
Description: 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:
Homepage: https://github.com/mdshw5/pyfaidx
Section: python
Priority: optional
Filename: pool/main/p/python-pyfaidx/python3-pyfaidx_0.8.1.1-1_all.deb