mash on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S mash

* (Optional) Uninstall mash on Arch using YAY

$ yay -Rns mash

2. Manually Install "mash" via AUR

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

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

b. Clone mash's git locally

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

c. Go to ~/mash folder and install it

$ cd ~/mash $ makepkg -si

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

ID: 875857
Name: mash
PackageBaseID: 146530
PackageBase: mash
Version: 2.3-1
Description: Fast genome and metagenome distance estimation using MinHash
URL: https://github.com/marbl/Mash/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kloetzl
Submitter: kloetzl
FirstSubmitted: 1573311433
LastModified: 1615482533
URLPath: /cgit/aur.git/snapshot/mash.tar.gz