bwa on AUR (Arch User Repository)

Last updated: May 18,2024

1. Install "bwa" 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 bwa on Arch using YAY

$ yay -S bwa

* (Optional) Uninstall bwa on Arch using YAY

$ yay -Rns bwa

2. Manually Install "bwa" via AUR

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

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

b. Clone bwa's git locally

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

c. Go to ~/bwa folder and install it

$ cd ~/bwa $ makepkg -si

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

ID: 1030079
Name: bwa
PackageBaseID: 55826
PackageBase: bwa
Version: 0.7.17-2
Description: Burrows-Wheeler Aligner maps low-divergent sequences against a large reference genome
URL: http://bio-bwa.sourceforge.net/
NumVotes: 11
Popularity: 0.000109
OutOfDate:
Maintainer: Piezo
Submitter: stratust
FirstSubmitted: 1326676242
LastModified: 1643737467
URLPath: /cgit/aur.git/snapshot/bwa.tar.gz