python2-jsonschema on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S python2-jsonschema

* (Optional) Uninstall python2-jsonschema on Arch using YAY

$ yay -Rns python2-jsonschema

2. Manually Install "python2-jsonschema" via AUR

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

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

b. Clone python2-jsonschema's git locally

$ git clone https://aur.archlinux.org/python2-jsonschema.git ~/python2-jsonschema

c. Go to ~/python2-jsonschema folder and install it

$ cd ~/python2-jsonschema $ makepkg -si

3. Information about the python2-jsonschema package on Arch User Repository (AUR)

ID: 698082
Name: python2-jsonschema
PackageBaseID: 149247
PackageBase: python2-jsonschema
Version: 3.2.0-1
Description: An implementation of JSON Schema validation for Python
URL: https://pypi.org/project/jsonschema/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: mcgyver
FirstSubmitted: 1581991022
LastModified: 1581991022
URLPath: /cgit/aur.git/snapshot/python2-jsonschema.tar.gz

5. The same packages on other Linux Distributions