bcftools on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S bcftools

* (Optional) Uninstall bcftools on Arch using YAY

$ yay -Rns bcftools

2. Manually Install "bcftools" via AUR

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

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

b. Clone bcftools's git locally

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

c. Go to ~/bcftools folder and install it

$ cd ~/bcftools $ makepkg -si

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

ID: 1395790
Name: bcftools
PackageBaseID: 63295
PackageBase: bcftools
Version: 1.19-1
Description: A program for variant calling and manipulating files in the Variant Call Format (VCF) and its binary counterpart BCF
URL: https://samtools.github.io/bcftools
NumVotes: 8
Popularity: 0
OutOfDate:
Maintainer: meanjollies
Submitter: sbarbi
FirstSubmitted: 1349193132
LastModified: 1706666911
URLPath: /cgit/aur.git/snapshot/bcftools.tar.gz