gojq on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S gojq

* (Optional) Uninstall gojq on Arch using YAY

$ yay -Rns gojq

2. Manually Install "gojq" via AUR

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

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

b. Clone gojq's git locally

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

c. Go to ~/gojq folder and install it

$ cd ~/gojq $ makepkg -si

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

ID: 1363172
Name: gojq
PackageBaseID: 152943
PackageBase: gojq
Version: 0.12.14-1
Description: Pure go implementation of jq
URL: https://github.com/itchyny/gojq
NumVotes: 6
Popularity: 0.024879
OutOfDate:
Maintainer: alerque
Submitter: terinjokes
FirstSubmitted: 1589849725
LastModified: 1701458084
URLPath: /cgit/aur.git/snapshot/gojq.tar.gz