fswatch on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S fswatch

* (Optional) Uninstall fswatch on Arch using YAY

$ yay -Rns fswatch

2. Manually Install "fswatch" via AUR

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

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

b. Clone fswatch's git locally

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

c. Go to ~/fswatch folder and install it

$ cd ~/fswatch $ makepkg -si

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

ID: 1106354
Name: fswatch
PackageBaseID: 101253
PackageBase: fswatch
Version: 1.17.1-1
Description: A cross-platform file change monitor with multiple backends: Apple OS X File System Events API, *BSD kqueue, Linux inotify, Microsoft Windows and a stat-based backend
URL: https://emcrisostomo.github.io/fswatch/
NumVotes: 25
Popularity: 0.867767
OutOfDate:
Maintainer: cyqsimon
Submitter: flaviut
FirstSubmitted: 1443998882
LastModified: 1656692329
URLPath: /cgit/aur.git/snapshot/fswatch.tar.gz