How to Install and Uninstall fastahack Package on Kali Linux

Last updated: May 20,2024

1. Install "fastahack" package

This guide covers the steps necessary to install fastahack on Kali Linux

$ sudo apt update $ sudo apt install fastahack

2. Uninstall "fastahack" package

This guide let you learn how to uninstall fastahack on Kali Linux:

$ sudo apt remove fastahack $ sudo apt autoclean && sudo apt autoremove

3. Information about the fastahack package on Kali Linux

Package: fastahack
Source: libfastahack
Version: 1.0.0+dfsg-11
Installed-Size: 40
Maintainer: Debian Med Packaging Team
Architecture: amd64
Replaces: libfastahack0 (<< 1.0.0+dfsg-4)
Depends: libc6 (>= 2.34), libdisorder0 (>= 0.0.2), libfastahack0 (>= 0.0+git20160702.bbc645f), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Breaks: libfastahack0 (<< 1.0.0+dfsg-4)
Size: 12256
SHA256: 34c8e73b0af8bf022774e7fa78abb3d13cd8005d5421637657537f7cf32fcfcd
SHA1: 8e831d365f9a49f371fbfbce9c56f6e6dd9c730f
MD5sum: 43ff00301c6964edafa390346de75310
Description: utility for indexing and sequence extraction from FASTA files
fastahack is a small application for indexing and extracting sequences and
subsequences from FASTA files. The included Fasta.cpp library provides a FASTA
reader and indexer that can be embedded into applications which would benefit
from directly reading subsequences from FASTA files. The library automatically
handles index file generation and use.
.
Features:
* FASTA index (.fai) generation for FASTA files
* Sequence extraction
* Subsequence extraction
* Sequence statistics (currently only entropy is provided)
.
Sequence and subsequence extraction use fseek64 to provide fastest-possible
extraction without RAM-intensive file loading operations. This makes fastahack
a useful tool for bioinformaticists who need to quickly extract many
subsequences from a reference FASTA sequence.
Description-md5:
Homepage: https://github.com/ekg/fastahack
Section: science
Priority: optional
Filename: pool/main/libf/libfastahack/fastahack_1.0.0+dfsg-11_amd64.deb