retry on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S retry

* (Optional) Uninstall retry on Arch using YAY

$ yay -Rns retry

2. Manually Install "retry" via AUR

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

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

b. Clone retry's git locally

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

c. Go to ~/retry folder and install it

$ cd ~/retry $ makepkg -si

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

ID: 1285061
Name: retry
PackageBaseID: 195465
PackageBase: retry
Version: 1.0.5-1
Description: Repeat a command until the command succeeds.
URL: https://github.com/minfrin/retry
NumVotes: 1
Popularity: 0.013905
OutOfDate:
Maintainer: fbis251
Submitter: fbis251
FirstSubmitted: 1688790459
LastModified: 1688791412
URLPath: /cgit/aur.git/snapshot/retry.tar.gz