fetcher on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S fetcher

* (Optional) Uninstall fetcher on Arch using YAY

$ yay -Rns fetcher

2. Manually Install "fetcher" via AUR

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

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

b. Clone fetcher's git locally

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

c. Go to ~/fetcher folder and install it

$ cd ~/fetcher $ makepkg -si

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

ID: 445271
Name: fetcher
PackageBaseID: 115289
PackageBase: fetcher
Version: 2.0-1
Description: Automatic update of git repositories via a systemd service.
URL: https://github.com/mbrunnen/fetcher
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: noel
Submitter: noel
FirstSubmitted: 1473113597
LastModified: 1505948829
URLPath: /cgit/aur.git/snapshot/fetcher.tar.gz