How to Install and Uninstall libjson-webtoken-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libjson-webtoken-perl" package

This guide let you learn how to install libjson-webtoken-perl on Kali Linux

$ sudo apt update $ sudo apt install libjson-webtoken-perl

2. Uninstall "libjson-webtoken-perl" package

Here is a brief guide to show you how to uninstall libjson-webtoken-perl on Kali Linux:

$ sudo apt remove libjson-webtoken-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjson-webtoken-perl package on Kali Linux

Package: libjson-webtoken-perl
Version: 0.10-4
Installed-Size: 41
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdigest-sha-perl, libjson-perl, libmodule-runtime-perl
Recommends: libcrypt-openssl-rsa-perl
Size: 13872
SHA256: d0fd5efaf80192f05e05269ed82eb5a7523ac3011d615f8ad5ffcbec7de63be4
SHA1: 7f1dfe771583c39d1701c84f4da3467f1bfaa831
MD5sum: 9f73c3d6e091ef0d972d6c45ba77556f
Description: JSON Web Token (JWT) implementation
JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
.
JSON Web Token is a JSON-based open standard for passing claims between
parties in web application environment. The tokens are designed to be
compact, URL-safe and usable especially in web browser single sign-on
context. JWT claims can be typically used to pass identity of
authenticated users between an identity provider and a service
provider, or any other type of claims as required by business
processes. The tokens can also be authenticated and encrypted.
Description-md5:
Homepage: https://github.com/xaicron/p5-JSON-WebToken
Section: perl
Priority: optional
Filename: pool/main/libj/libjson-webtoken-perl/libjson-webtoken-perl_0.10-4_all.deb