snakemake on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S snakemake

* (Optional) Uninstall snakemake on Arch using YAY

$ yay -Rns snakemake

2. Manually Install "snakemake" via AUR

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

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

b. Clone snakemake's git locally

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

c. Go to ~/snakemake folder and install it

$ cd ~/snakemake $ makepkg -si

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

ID: 1418261
Name: snakemake
PackageBaseID: 83393
PackageBase: snakemake
Version: 8.5.3-1
Description: Python-based language and execution environment for GNU Make-like workflows
URL: https://snakemake.readthedocs.io
NumVotes: 8
Popularity: 2.0E-6
OutOfDate:
Maintainer: mschu
Submitter: kyleam
FirstSubmitted: 1403929084
LastModified: 1709230671
URLPath: /cgit/aur.git/snapshot/snakemake.tar.gz