libyang on AUR (Arch User Repository)

Last updated: November 01,2024

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

$ yay -S libyang

* (Optional) Uninstall libyang on Arch using YAY

$ yay -Rns libyang

2. Manually Install "libyang" via AUR

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

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

b. Clone libyang's git locally

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

c. Go to ~/libyang folder and install it

$ cd ~/libyang $ makepkg -si

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

ID: 1386746
Name: libyang
PackageBaseID: 131187
PackageBase: libyang
Version: 2.1.148-1
Description: A YANG data modelling language parser and toolkit written (and providing API) in C
URL: https://github.com/CESNET/libyang
NumVotes: 6
Popularity: 0.86733
OutOfDate:
Maintainer: k0ste
Submitter: leonshaw
FirstSubmitted: 1522290819
LastModified: 1705409487
URLPath: /cgit/aur.git/snapshot/libyang.tar.gz