How to Install golang-github-dgrijalva-jwt-go software package in Ubuntu 17.04 (Zesty Zapus)

How to Install golang-github-dgrijalva-jwt-go software package in Ubuntu 17.04 (Zesty Zapus)

golang-github-dgrijalva-jwt-go software package provides Golang implementation of JSON Web Tokens (JWT), you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install golang-github-dgrijalva-jwt-go

golang-github-dgrijalva-jwt-go is installed in your system.

Make ensure the golang-github-dgrijalva-jwt-go package were installed using the commands given below,

$ sudo dpkg-query -l | grep golang-github-dgrijalva-jwt-go*

You will get with golang-github-dgrijalva-jwt-go package name, version, architecture and description in a table

golang-github-dgrijalva-jwt-go package basic information:

Distro Ubuntu 17 04 zesty zapus
Section Development
Package golang-github-dgrijalva-jwt-go
Version 3.0.0+REALLY.2.6.0-1
Description Golang implementation of JSON Web Tokens (JWT)
Sub Section devel


See Also, How to uninstall or remove golang-github-dgrijalva-jwt-go software package from Ubuntu 17.04 (Zesty Zapus)?