paexec on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S paexec

* (Optional) Uninstall paexec on Arch using YAY

$ yay -Rns paexec

2. Manually Install "paexec" via AUR

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

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

b. Clone paexec's git locally

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

c. Go to ~/paexec folder and install it

$ cd ~/paexec $ makepkg -si

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

ID: 745890
Name: paexec
PackageBaseID: 89641
PackageBase: paexec
Version: 1.1.4-1
Description: Parallel executor, distributes tasks over network or CPUs
URL: https://github.com/cheusov/paexec
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer:
Submitter: atweiden
FirstSubmitted: 1421777530
LastModified: 1591055825
URLPath: /cgit/aur.git/snapshot/paexec.tar.gz