pipectl on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S pipectl

* (Optional) Uninstall pipectl on Arch using YAY

$ yay -Rns pipectl

2. Manually Install "pipectl" via AUR

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

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

b. Clone pipectl's git locally

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

c. Go to ~/pipectl folder and install it

$ cd ~/pipectl $ makepkg -si

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

ID: 1114383
Name: pipectl
PackageBaseID: 174534
PackageBase: pipectl
Version: 0.4.1-2
Description: a simple named pipe management utility
URL: https://github.com/Ferdi265/pipectl
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: yrlf
FirstSubmitted: 1640824901
LastModified: 1658307873
URLPath: /cgit/aur.git/snapshot/pipectl.tar.gz

5. The same packages on other Linux Distributions