json-simple on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S json-simple

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

$ yay -Rns json-simple

2. Manually Install "json-simple" via AUR

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

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

b. Clone json-simple's git locally

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

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

$ cd ~/json-simple $ makepkg -si

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

ID: 995674
Name: json-simple
PackageBaseID: 73492
PackageBase: json-simple
Version: 4.0.0-1
Description: JSON.simple - Simple, fast, extensible JSON encoder/decoder for Java
URL: https://cliftonlabs.github.io/json-simple/
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: guoxh
Submitter: guoxh
FirstSubmitted: 1379241198
LastModified: 1638244378
URLPath: /cgit/aur.git/snapshot/json-simple.tar.gz