seqan on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S seqan

* (Optional) Uninstall seqan on Arch using YAY

$ yay -Rns seqan

2. Manually Install "seqan" via AUR

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

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

b. Clone seqan's git locally

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

c. Go to ~/seqan folder and install it

$ cd ~/seqan $ makepkg -si

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

ID: 962146
Name: seqan
PackageBaseID: 80599
PackageBase: seqan
Version: 2.4.0-1
Description: SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data
URL: http://www.seqan.de
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: kleintux
Submitter: decryptedepsilon
FirstSubmitted: 1396610847
LastModified: 1631874629
URLPath: /cgit/aur.git/snapshot/seqan.tar.gz