pipexec on AUR( Arch User Repository.)

Last updated: January 31,2023

1. Install pipexec via UAR with a Helper - YAY

a. Install YAY (https://github.com/Jguer/yay)

pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

b. Install pipexec on Arch using YAY

yay -S pipexec

c. Remove pipexec on Arch using YAY

yay -Rns pipexec

2. Install pipexec via UAR manually

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

sudo pacman -S --needed base-devel git

b. Clone pipexec's git locally

git clone https://aur.archlinux.org/pipexec.git ~/pipexec

c. Go to ~/pipexec folder and install it

cd ~/pipexec
makepkg -si

3. Details of pipexec package

ID: 333059
Name: pipexec
PackageBaseID: 115042
PackageBase: pipexec
Version: 2.5.5-1
Description: Connector of arbitrary file descriptors
URL: https://github.com/flonatel/pipexec
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: majewsky
FirstSubmitted: 1472230645
LastModified: 1472230645
URLPath: /cgit/aur.git/snapshot/pipexec.tar.gz