How to Install and Uninstall ruby-jwt Package on Kali Linux

Last updated: May 03,2024

1. Install "ruby-jwt" package

This is a short guide on how to install ruby-jwt on Kali Linux

$ sudo apt update $ sudo apt install ruby-jwt

2. Uninstall "ruby-jwt" package

Please follow the step by step instructions below to uninstall ruby-jwt on Kali Linux:

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

3. Information about the ruby-jwt package on Kali Linux

Package: ruby-jwt
Version: 2.7.1-1
Installed-Size: 120
Maintainer: Debian Ruby Team
Architecture: all
Breaks: ruby-googleauth (<< 0.6~), ruby-omniauth-azure-oauth2 (<< 0.0.10~)
Size: 39444
SHA256: 0b17e563fdcc36b07700b01cef0c315d73f2be0c10e68b1fbff301710ca55226
SHA1: 342ba4990b1aa9e621c2bc661d2375311e34336d
MD5sum: 70ca092ab740102291a1f49a99a79efd
Description: JSON Web Token implementation in Ruby
A JSON Web Token (JWT) is a compact token format intended for space
constrained environments such as HTTP Authorization headers and URI query
parameters, and used as a means of representing claims to be transferred
between two parties. The claims in a JWT are encoded as a JSON object that is
digitally signed.
.
The JWT specification supports several algorithms for cryptographic signing.
This library currently supports HMAC (HS256, HS384, HS512) and RSA
(RS256, RS256, RS512). Unsigned plaintext JWT's are supported too.
Description-md5:
Homepage: https://github.com/jwt/ruby-jwt
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-jwt/ruby-jwt_2.7.1-1_all.deb