patchup on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S patchup

* (Optional) Uninstall patchup on Arch using YAY

$ yay -Rns patchup

2. Manually Install "patchup" via AUR

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

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

b. Clone patchup's git locally

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

c. Go to ~/patchup folder and install it

$ cd ~/patchup $ makepkg -si

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

ID: 965516
Name: patchup
PackageBaseID: 165725
PackageBase: patchup
Version: 0.1.0-1
Description: A tool to compute and apply binary patches for files and directories
URL: https://github.com/patchup/cli
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: dezyh
Submitter: dezyh
FirstSubmitted: 1618652320
LastModified: 1632563263
URLPath: /cgit/aur.git/snapshot/patchup.tar.gz