pdsh on AUR (Arch User Repository)

Last updated: May 08,2024

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

$ yay -S pdsh

* (Optional) Uninstall pdsh on Arch using YAY

$ yay -Rns pdsh

2. Manually Install "pdsh" via AUR

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

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

b. Clone pdsh's git locally

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

c. Go to ~/pdsh folder and install it

$ cd ~/pdsh $ makepkg -si

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

ID: 1404897
Name: pdsh
PackageBaseID: 21147
PackageBase: pdsh
Version: 2.35-1
Description: Parallel Distributed Shell
URL: https://github.com/chaos/pdsh
NumVotes: 22
Popularity: 0
OutOfDate:
Maintainer: drrossum
Submitter: sh0
FirstSubmitted: 1225750561
LastModified: 1707218292
URLPath: /cgit/aur.git/snapshot/pdsh.tar.gz