libfyaml on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S libfyaml

* (Optional) Uninstall libfyaml on Arch using YAY

$ yay -Rns libfyaml

2. Manually Install "libfyaml" via AUR

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

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

b. Clone libfyaml's git locally

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

c. Go to ~/libfyaml folder and install it

$ cd ~/libfyaml $ makepkg -si

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

ID: 1333855
Name: libfyaml
PackageBaseID: 177911
PackageBase: libfyaml
Version: 0.9-1
Description: Fully feature complete YAML parser and emitter
URL: https://pantoniou.github.io/libfyaml
NumVotes: 1
Popularity: 0.00252
OutOfDate:
Maintainer: MartinDiehl
Submitter: MartinDiehl
FirstSubmitted: 1649797398
LastModified: 1697283291
URLPath: /cgit/aur.git/snapshot/libfyaml.tar.gz