How to Install and Uninstall jwt Package on Kali Linux

Last updated: May 18,2024

1. Install "jwt" package

This guide covers the steps necessary to install jwt on Kali Linux

$ sudo apt update $ sudo apt install jwt

2. Uninstall "jwt" package

This tutorial shows how to uninstall jwt on Kali Linux:

$ sudo apt remove jwt $ sudo apt autoclean && sudo apt autoremove

3. Information about the jwt package on Kali Linux

Package: jwt
Source: golang-github-golang-jwt-jwt (5.0.0+really4.5.0-1)
Version: 5.0.0+really4.5.0-1+b1
Installed-Size: 3034
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1131388
SHA256: 7d29623782573a93211656a2da98699cdb5401344a1f9a7c54f0ebf0c6a2bc7a
SHA1: 2e788a9656cb5f51d383421534160e19be044dd4
MD5sum: ea725b10d9b992d750dc5806bd88e57f
Description: golang implementation of JSON Web Tokens (command line)
Community maintained clone of github.com/dgrijalva/jwt-go.
.
After the original author of the library suggested migrating the
maintenance of jwt-go, a dedicated team of open source maintainers
decided to clone the existing library into this module.
.
The command line utility included in this project (cmd/jwt) provides
a straightforward example of token creation and parsing as well as a
useful tool for debugging your own integration. You'll also find several
implementation examples in the documentation.
.
This package provides the command line.
Description-md5:
Homepage: https://github.com/golang-jwt/jwt
Built-Using: golang-1.21 (= 1.21.3-1)
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-golang-jwt-jwt/jwt_5.0.0+really4.5.0-1+b1_amd64.deb