How to Install and Uninstall bowtie2 Package on Kali Linux

Last updated: May 08,2024

1. Install "bowtie2" package

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

$ sudo apt update $ sudo apt install bowtie2

2. Uninstall "bowtie2" package

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

$ sudo apt remove bowtie2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the bowtie2 package on Kali Linux

Package: bowtie2
Version: 2.5.2-1
Installed-Size: 5679
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: python3, libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.6), perl:any
Suggests: bowtie2-examples
Size: 1437804
SHA256: cc9a7d5a2f555084e147a1c6d3a4cc26e6a084ae8ee257d6d5dc299c23188265
SHA1: 8155d4306cd4bf8eeb556115c462aaf9af48514f
MD5sum: 745ebb60ae35872a41703031130ba346
Description: ultrafast memory-efficient short read aligner
is an ultrafast and memory-efficient tool for aligning sequencing reads
to long reference sequences. It is particularly good at aligning reads
of about 50 up to 100s or 1,000s of characters, and particularly good
at aligning to relatively long (e.g. mammalian) genomes.
.
Bowtie 2 indexes the genome with an FM Index to keep its memory footprint
small: for the human genome, its memory footprint is typically
around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes
Description-md5:
Homepage: https://bowtie-bio.sourceforge.net/bowtie2
Built-Using: simde (= 0.7.6-1)
Tag: biology::nucleic-acids, field::biology, field::biology:bioinformatics,
implemented-in::c++, interface::commandline, role::program,
use::comparing, works-with::biological-sequence
Section: science
Priority: optional
Filename: pool/main/b/bowtie2/bowtie2_2.5.2-1_amd64.deb