rash on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S rash

* (Optional) Uninstall rash on Arch using YAY

$ yay -Rns rash

2. Manually Install "rash" via AUR

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

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

b. Clone rash's git locally

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

c. Go to ~/rash folder and install it

$ cd ~/rash $ makepkg -si

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

ID: 1414413
Name: rash
PackageBaseID: 173740
PackageBase: rash
Version: 1.10.1-1
Description: Declarative shell scripting using Rust native bindings
URL:
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pando855
Submitter: pando855
FirstSubmitted: 1638882685
LastModified: 1708714087
URLPath: /cgit/aur.git/snapshot/rash.tar.gz

5. The same packages on other Linux Distributions