async on AUR (Arch User Repository)
Last updated: November 26,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
Copied
b. Install async on Arch using YAY
$
yay -S
async
Copied
* (Optional) Uninstall async on Arch using YAY
$
yay -Rns
async
Copied
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
Copied
b. Clone async's git locally
$
git clone https://aur.archlinux.org/async.git
~/async
Copied
c. Go to ~/async folder and install it
$
cd
~/async
Copied
$
makepkg -si
Copied
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
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