watchman on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S watchman

* (Optional) Uninstall watchman on Arch using YAY

$ yay -Rns watchman

2. Manually Install "watchman" via AUR

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

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

b. Clone watchman's git locally

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

c. Go to ~/watchman folder and install it

$ cd ~/watchman $ makepkg -si

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

ID: 1426278
Name: watchman
PackageBaseID: 161891
PackageBase: watchman
Version: 2024.03.11.00-1
Description: Watches files and records, or triggers actions, when they change
URL: https://github.com/facebook/watchman
NumVotes: 10
Popularity: 0.176157
OutOfDate:
Maintainer: carsme
Submitter: jelly
FirstSubmitted: 1610201358
LastModified: 1710317251
URLPath: /cgit/aur.git/snapshot/watchman.tar.gz