nng on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S nng

* (Optional) Uninstall nng on Arch using YAY

$ yay -Rns nng

2. Manually Install "nng" via AUR

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

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

b. Clone nng's git locally

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

c. Go to ~/nng folder and install it

$ cd ~/nng $ makepkg -si

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

ID: 1378029
Name: nng
PackageBaseID: 133994
PackageBase: nng
Version: 1.6.0-1
Description: Rewrite of the SP protocol library known as libnanomsg
URL: https://nanomsg.github.io/nng/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: vbmithr
Submitter: vbmithr
FirstSubmitted: 1530776370
LastModified: 1704024615
URLPath: /cgit/aur.git/snapshot/nng.tar.gz