vcftools on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S vcftools

* (Optional) Uninstall vcftools on Arch using YAY

$ yay -Rns vcftools

2. Manually Install "vcftools" via AUR

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

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

b. Clone vcftools's git locally

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

c. Go to ~/vcftools folder and install it

$ cd ~/vcftools $ makepkg -si

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

ID: 533463
Name: vcftools
PackageBaseID: 62696
PackageBase: vcftools
Version: 0.1.16-1
Description: A set of tools written in Perl and C++ for working with VCF files
URL: https://vcftools.github.io/
NumVotes: 17
Popularity: 0
OutOfDate:
Maintainer: Stunts
Submitter: sbarbi
FirstSubmitted: 1347360830
LastModified: 1533829347
URLPath: /cgit/aur.git/snapshot/vcftools.tar.gz