fastjson on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S fastjson

* (Optional) Uninstall fastjson on Arch using YAY

$ yay -Rns fastjson

2. Manually Install "fastjson" via AUR

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

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

b. Clone fastjson's git locally

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

c. Go to ~/fastjson folder and install it

$ cd ~/fastjson $ makepkg -si

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

ID: 1084514
Name: fastjson
PackageBaseID: 155950
PackageBase: fastjson
Version: 1.2.83-1
Description: A fast JSON parser/generator for Java
URL: https://github.com/alibaba/fastjson
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: guoxh
Submitter: guoxh
FirstSubmitted: 1595828246
LastModified: 1653375365
URLPath: /cgit/aur.git/snapshot/fastjson.tar.gz