jaq on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S jaq

* (Optional) Uninstall jaq on Arch using YAY

$ yay -Rns jaq

2. Manually Install "jaq" via AUR

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

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

b. Clone jaq's git locally

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

c. Go to ~/jaq folder and install it

$ cd ~/jaq $ makepkg -si

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

ID: 1127946
Name: jaq
PackageBaseID: 178354
PackageBase: jaq
Version: 0.8.0-2
Description: jaq is a clone of the JSON data processing tool jq. jaq aims to support a large subset of jq's syntax and operations.
URL: https://github.com/01mf02/jaq
NumVotes: 1
Popularity: 0.720735
OutOfDate:
Maintainer: Sanpi
FirstSubmitted: 1651066357
LastModified: 1660916172
URLPath: /cgit/aur.git/snapshot/jaq.tar.gz

5. The same packages on other Linux Distributions