async on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S async

* (Optional) Uninstall async on Arch using YAY

$ yay -Rns async

2. Manually Install "async" via AUR

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

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

b. Clone async's git locally

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

c. Go to ~/async folder and install it

$ cd ~/async $ makepkg -si

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

ID: 625247
Name: async
PackageBaseID: 143055
PackageBase: async
Version: 0.1.1-0
Description: A tool to run shell commands in parallel.
URL: https://github.com/ctbur/async
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: ctbur
Submitter: ctbur
FirstSubmitted: 1561644894
LastModified: 1561645573
URLPath: /cgit/aur.git/snapshot/async.tar.gz