bash-preexec on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S bash-preexec

* (Optional) Uninstall bash-preexec on Arch using YAY

$ yay -Rns bash-preexec

2. Manually Install "bash-preexec" via AUR

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

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

b. Clone bash-preexec's git locally

$ git clone https://aur.archlinux.org/bash-preexec.git ~/bash-preexec

c. Go to ~/bash-preexec folder and install it

$ cd ~/bash-preexec $ makepkg -si

3. Information about the bash-preexec package on Arch User Repository (AUR)

ID: 803565
Name: bash-preexec
PackageBaseID: 158660
PackageBase: bash-preexec
Version: 0.4.1-1
Description: ⚡ preexec and precmd functions for Bash just like Zsh.
URL: https://github.com/rcaloras/bash-preexec
NumVotes: 1
Popularity: 0.510315
OutOfDate:
Maintainer: qbvt
FirstSubmitted: 1602497565
LastModified: 1602497565
URLPath: /cgit/aur.git/snapshot/bash-preexec.tar.gz

5. The same packages on other Linux Distributions