How to Install and Uninstall ruby-jwt Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "ruby-jwt" package

Here is a brief guide to show you how to install ruby-jwt on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-jwt

2. Uninstall "ruby-jwt" package

Please follow the guidelines below to uninstall ruby-jwt on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-jwt package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-jwt
Architecture: all
Version: 2.1.0-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: ruby | ruby-interpreter
Breaks: ruby-googleauth (<< 0.6~), ruby-oauth2 (<< 1.4.1~), ruby-omniauth-azure-oauth2 (<< 0.0.10~)
Filename: pool/universe/r/ruby-jwt/ruby-jwt_2.1.0-2_all.deb
Size: 9216
MD5sum: 06cae18f0a9cf78bd57cf5789fe9c53c
SHA1: 8bc7a23c112a62f0902d5f750c310146cd739881
SHA256: 597032812d5c5f500d6879e41facf32ff1006ed119f4789614b1df2d2e2dede8
SHA512: 4d37fed7b7c491fea070cfcd302cd6059af0a11b0761f72392036a2676bc36531e29934b028692d3ac3a613c0ba8121e2b93e2878dce93d091284344f11b595b
Homepage: http://github.com/progrium/ruby-jwt
Description-en: 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: 91be40a361cee61b5d1d6de479642cb1
Ruby-Versions: all