bowtie on AUR (Arch User Repository)

Last updated: May 09,2024

1. Install "bowtie" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install bowtie on Arch using YAY

$ yay -S bowtie

* (Optional) Uninstall bowtie on Arch using YAY

$ yay -Rns bowtie

2. Manually Install "bowtie" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone bowtie's git locally

$ git clone https://aur.archlinux.org/bowtie.git ~/bowtie

c. Go to ~/bowtie folder and install it

$ cd ~/bowtie $ makepkg -si

3. Information about the bowtie package on Arch User Repository (AUR)

ID: 1158484
Name: bowtie
PackageBaseID: 55138
PackageBase: bowtie
Version: 1.3.1-1
Description: Alignment tool for short nucleotide sequences against long templates
URL: https://bowtie-bio.sourceforge.net
NumVotes: 8
Popularity: 0
OutOfDate:
Maintainer: a821
Submitter: Athemis
FirstSubmitted: 1324393979
LastModified: 1666970533
URLPath: /cgit/aur.git/snapshot/bowtie.tar.gz