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

Last updated: June 21,2024

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

$ yay -S python-json-rpc

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

$ yay -Rns python-json-rpc

2. Manually Install "python-json-rpc" 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-rpc's git locally

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

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

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

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

ID: 1002722
Name: python-json-rpc
PackageBaseID: 163624
PackageBase: python-json-rpc
Version: 1.13.0-2
Description: JSON-RPC 1/2 transport implementation
URL: https://github.com/pavlov99/json-rpc
NumVotes: 1
Popularity: 1.6E-5
OutOfDate:
Maintainer: Jake
FirstSubmitted: 1613992196
LastModified: 1639426169
URLPath: /cgit/aur.git/snapshot/python-json-rpc.tar.gz

5. The same packages on other Linux Distributions