bash-resume on AUR (Arch User Repository)
Last updated: November 23,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
Copied
b. Install bash-resume on Arch using YAY
$
yay -S
bash-resume
Copied
* (Optional) Uninstall bash-resume on Arch using YAY
$
yay -Rns
bash-resume
Copied
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
Copied
b. Clone bash-resume's git locally
$
git clone https://aur.archlinux.org/bash-resume.git
~/bash-resume
Copied
c. Go to ~/bash-resume folder and install it
$
cd
~/bash-resume
Copied
$
makepkg -si
Copied
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
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