python-json-stream on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S python-json-stream

* (Optional) Uninstall python-json-stream on Arch using YAY

$ yay -Rns python-json-stream

2. Manually Install "python-json-stream" via AUR

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

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

b. Clone python-json-stream's git locally

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

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

$ cd ~/python-json-stream $ makepkg -si

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