minimap2 on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S minimap2

* (Optional) Uninstall minimap2 on Arch using YAY

$ yay -Rns minimap2

2. Manually Install "minimap2" via AUR

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

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

b. Clone minimap2's git locally

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

c. Go to ~/minimap2 folder and install it

$ cd ~/minimap2 $ makepkg -si

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

ID: 1251122
Name: minimap2
PackageBaseID: 144911
PackageBase: minimap2
Version: 2.26-1
Description: A versatile pairwise aligner for genomic and spliced nucleotide sequences
URL: https://lh3.github.io/minimap2
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Ghabry
Submitter: Ghabry
FirstSubmitted: 1567938430
LastModified: 1682978294
URLPath: /cgit/aur.git/snapshot/minimap2.tar.gz