How to Install and Uninstall bowtie Package on Kali Linux

Last updated: May 09,2024

1. Install "bowtie" package

In this section, we are going to explain the necessary steps to install bowtie on Kali Linux

$ sudo apt update $ sudo apt install bowtie

2. Uninstall "bowtie" package

Please follow the step by step instructions below to uninstall bowtie on Kali Linux:

$ sudo apt remove bowtie $ sudo apt autoclean && sudo apt autoremove

3. Information about the bowtie package on Kali Linux

Package: bowtie
Version: 1.3.1-3
Installed-Size: 6845
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.6), python3
Suggests: bowtie-examples
Size: 1627040
SHA256: 7b231c7abadd7ef4274efccbc0236a078b4b26c4ab3a4ba4c1ed3cb43f952728
SHA1: c4d6e6b3b5f11152926f2d46abd170999e916517
MD5sum: 3de9fc2674c1588fcb9bafee60b98d2d
Description: Ultrafast memory-efficient short read aligner
This package addresses the problem to interpret the results from the
latest (2010) DNA sequencing technologies. Those will yield fairly
short stretches and those cannot be interpreted directly. It is the
challenge for tools like Bowtie to give a chromosomal location to the
short stretches of DNA sequenced per run.
.
Bowtie aligns short DNA sequences (reads) to the human genome at a rate
of over 25 million 35-bp reads per hour. Bowtie indexes the genome with
a Burrows-Wheeler index to keep its memory footprint small: typically
about 2.2 GB for the human genome (2.9 GB for paired-end).
Description-md5:
Multi-Arch: foreign
Homepage: https://bowtie-bio.sourceforge.net/
Tag: field::biology, field::biology:bioinformatics, implemented-in::c++,
interface::commandline, role::program, science::calculation,
scope::utility, use::analysing, use::comparing,
works-with::biological-sequence
Section: science
Priority: optional
Filename: pool/main/b/bowtie/bowtie_1.3.1-3_amd64.deb