putils on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S putils

* (Optional) Uninstall putils on Arch using YAY

$ yay -Rns putils

2. Manually Install "putils" via AUR

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

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

b. Clone putils's git locally

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

c. Go to ~/putils folder and install it

$ cd ~/putils $ makepkg -si

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