jwt-go on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S jwt-go

* (Optional) Uninstall jwt-go on Arch using YAY

$ yay -Rns jwt-go

2. Manually Install "jwt-go" via AUR

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

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

b. Clone jwt-go's git locally

$ git clone https://aur.archlinux.org/jwt-go.git ~/jwt-go

c. Go to ~/jwt-go folder and install it

$ cd ~/jwt-go $ makepkg -si

3. Information about the jwt-go package on Arch User Repository (AUR)

ID: 446033
Name: jwt-go
PackageBaseID: 125811
PackageBase: jwt-go
Version: 3.0.0-1
Description: A golang implementation of JSON Web Tokens
URL: https://github.com/dgrijalva/jwt-go
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: GI_Jack
FirstSubmitted: 1506209878
LastModified: 1506209878
URLPath: /cgit/aur.git/snapshot/jwt-go.tar.gz