libsyncdir on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S libsyncdir

* (Optional) Uninstall libsyncdir on Arch using YAY

$ yay -Rns libsyncdir

2. Manually Install "libsyncdir" via AUR

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

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

b. Clone libsyncdir's git locally

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

c. Go to ~/libsyncdir folder and install it

$ cd ~/libsyncdir $ makepkg -si

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

ID: 625003
Name: libsyncdir
PackageBaseID: 143038
PackageBase: libsyncdir
Version: 1.0-1
Description: Alternate implementation for open, link, rename, and unlink that executes a fsync on any modified directories
URL: https://untroubled.org/syncdir
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: 1ace
FirstSubmitted: 1561564188
LastModified: 1561564188
URLPath: /cgit/aur.git/snapshot/libsyncdir.tar.gz