libnbd on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S libnbd

* (Optional) Uninstall libnbd on Arch using YAY

$ yay -Rns libnbd

2. Manually Install "libnbd" via AUR

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

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

b. Clone libnbd's git locally

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

c. Go to ~/libnbd folder and install it

$ cd ~/libnbd $ makepkg -si

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

ID: 1127677
Name: libnbd
PackageBaseID: 143212
PackageBase: libnbd
Version: 1.14.1-1
Description: NBD client library in userspace
URL: https://gitlab.com/nbdkit/libnbd
NumVotes: 2
Popularity: 0.00285
OutOfDate:
Maintainer: t-8ch
FirstSubmitted: 1562261773
LastModified: 1660850447
URLPath: /cgit/aur.git/snapshot/libnbd.tar.gz