pipexec on AUR (Arch User Repository)

Last updated: April 24,2024

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

$ yay -S pipexec

* (Optional) Uninstall pipexec on Arch using YAY

$ yay -Rns pipexec

2. Manually Install "pipexec" via AUR

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. Information about the pipexec package on Arch User Repository (AUR)

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