fastqc on AUR (Arch User Repository)

Last updated: May 12,2024

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

$ yay -S fastqc

* (Optional) Uninstall fastqc on Arch using YAY

$ yay -Rns fastqc

2. Manually Install "fastqc" via AUR

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

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

b. Clone fastqc's git locally

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

c. Go to ~/fastqc folder and install it

$ cd ~/fastqc $ makepkg -si

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

ID: 1277742
Name: fastqc
PackageBaseID: 103608
PackageBase: fastqc
Version: 0.12.1-4
Description: A quality control tool for high throughput sequence data.
URL: https://www.bioinformatics.babraham.ac.uk/projects/fastqc
NumVotes: 5
Popularity: 0.000109
OutOfDate:
Maintainer: malacology
Submitter: thurisaz
FirstSubmitted: 1448033254
LastModified: 1687543281
URLPath: /cgit/aur.git/snapshot/fastqc.tar.gz