json-table on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S json-table

* (Optional) Uninstall json-table on Arch using YAY

$ yay -Rns json-table

2. Manually Install "json-table" via AUR

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

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

b. Clone json-table's git locally

$ git clone https://aur.archlinux.org/json-table.git ~/json-table

c. Go to ~/json-table folder and install it

$ cd ~/json-table $ makepkg -si

3. Information about the json-table package on Arch User Repository (AUR)

ID: 448240
Name: json-table
PackageBaseID: 126019
PackageBase: json-table
Version: 4.3.3-1
Description: Transform nested JSON data into tabular data in the shell
URL: https://github.com/micha/json-table
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: hcra
Submitter: imrehg
FirstSubmitted: 1506880710
LastModified: 1506880710
URLPath: /cgit/aur.git/snapshot/json-table.tar.gz