cutadapt on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S cutadapt

* (Optional) Uninstall cutadapt on Arch using YAY

$ yay -Rns cutadapt

2. Manually Install "cutadapt" via AUR

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

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

b. Clone cutadapt's git locally

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

c. Go to ~/cutadapt folder and install it

$ cd ~/cutadapt $ makepkg -si

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

ID: 1427248
Name: cutadapt
PackageBaseID: 188871
PackageBase: cutadapt
Version: 4.7-1
Description: Remove adapter sequences from high-throughput sequencing reads. doi:10.14806/ej.17.1.200
URL: https://github.com/marcelm/cutadapt
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: kbipinkumar
Submitter: kbipinkumar
FirstSubmitted: 1671525624
LastModified: 1710440127
URLPath: /cgit/aur.git/snapshot/cutadapt.tar.gz