How to Install and Uninstall libfastahack-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "libfastahack-dev" package

This guide let you learn how to install libfastahack-dev on Kali Linux

$ sudo apt update $ sudo apt install libfastahack-dev

2. Uninstall "libfastahack-dev" package

In this section, we are going to explain the necessary steps to uninstall libfastahack-dev on Kali Linux:

$ sudo apt remove libfastahack-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfastahack-dev package on Kali Linux

Package: libfastahack-dev
Source: libfastahack
Version: 1.0.0+dfsg-11
Installed-Size: 120
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libfastahack0 (= 1.0.0+dfsg-11)
Size: 28460
SHA256: 74fcdb450b520555e41a64acbbd1eb92e843763526b287b942b535b10497a8ca
SHA1: 57afa80d93891c4ec22c689a61dcf0aa5c084c13
MD5sum: 981733e84dfcadbfae78035d1c54622e
Description: library for indexing and sequence extraction from FASTA files (devel)
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.
.
This is the development package containing the statically linked
library and the header files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/ekg/fastahack
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libf/libfastahack/libfastahack-dev_1.0.0+dfsg-11_amd64.deb