How to Install and Uninstall bowtie2.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "bowtie2.x86_64" package

This guide covers the steps necessary to install bowtie2.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install bowtie2.x86_64

2. Uninstall "bowtie2.x86_64" package

This is a short guide on how to uninstall bowtie2.x86_64 on CentOS Stream 8:

$ sudo dnf remove bowtie2.x86_64 $ sudo dnf autoremove

3. Information about the bowtie2.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:14:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : bowtie2
Version : 2.4.1
Release : 1.el8
Architecture : x86_64
Size : 1.3 M
Source : bowtie2-2.4.1-1.el8.src.rpm
Repository : epel
Summary : An ultra fast and memory-efficient read aligner
URL : http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
License : GPLv3+ and zlib
Description :
: Bowtie 2 is an ultra fast 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.