bash-resume on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S bash-resume

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

$ yay -Rns bash-resume

2. Manually Install "bash-resume" via AUR

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

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

b. Clone bash-resume's git locally

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

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

$ cd ~/bash-resume $ makepkg -si

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

ID: 416763
Name: bash-resume
PackageBaseID: 123109
PackageBase: bash-resume
Version: 1.0.0-1
Description: Adds support in shell scripts to resume execution at last failing point. Like make for shell scripts
URL: http://github.com/kata198/bash-resume
NumVotes: 1
Popularity: 0
OutOfDate: 1641075421
Maintainer: kata198
Submitter: kata198
FirstSubmitted: 1496561947
LastModified: 1496561947
URLPath: /cgit/aur.git/snapshot/bash-resume.tar.gz