nsync on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S nsync

* (Optional) Uninstall nsync on Arch using YAY

$ yay -Rns nsync

2. Manually Install "nsync" via AUR

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

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

b. Clone nsync's git locally

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

c. Go to ~/nsync folder and install it

$ cd ~/nsync $ makepkg -si

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

ID: 1115927
Name: nsync
PackageBaseID: 155583
PackageBase: nsync
Version: 1.25.0-2
Description: A C library that exports various synchronization primitives, such as mutexes
URL: https://github.com/google/nsync
NumVotes: 2
Popularity: 0.039926
OutOfDate:
Maintainer: yan12125
FirstSubmitted: 1595069178
LastModified: 1658578194
URLPath: /cgit/aur.git/snapshot/nsync.tar.gz

5. The same packages on other Linux Distributions