How to Install and Uninstall ruby-jwt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "ruby-jwt" package

Please follow the guidance below to install ruby-jwt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-jwt

2. Uninstall "ruby-jwt" package

Here is a brief guide to show you how to uninstall ruby-jwt on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-jwt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-jwt
Priority: optional
Section: universe/ruby
Installed-Size: 24
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.0-3
Depends: ruby | ruby-interpreter, ruby-multi-json (>= 1.5)
Filename: pool/universe/r/ruby-jwt/ruby-jwt_1.0.0-3_all.deb
Size: 4858
MD5sum: f9b278cf0f3533b62e8439e712c7cd17
SHA1: 5de00fcafa0bccedf432fba892bf88a9dbc35943
SHA256: b67f8dce119753589e7db5c0ca04f7fa1972e1f86011325d0bb30a412c5a2dc1
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
Homepage: http://github.com/progrium/ruby-jwt
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu