How to Install and Uninstall perl-Crypt-JWT Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "perl-Crypt-JWT" package

This is a short guide on how to install perl-Crypt-JWT on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Crypt-JWT

2. Uninstall "perl-Crypt-JWT" package

This tutorial shows how to uninstall perl-Crypt-JWT on openSuSE Tumbleweed:

$ sudo zypper remove perl-Crypt-JWT

3. Information about the perl-Crypt-JWT package on openSuSE Tumbleweed

Information for package perl-Crypt-JWT:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Crypt-JWT
Version : 0.35.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 113.6 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-JWT-0.35.0-2.1.src
Upstream URL : https://metacpan.org/release/Crypt-JWT
Summary : JSON Web Token
Description :
Implements *JSON Web Token (JWT)* - https://tools.ietf.org/html/rfc7519.
The implementation covers not only *JSON Web Signature (JWS)* -
https://tools.ietf.org/html/rfc7515, but also *JSON Web Encryption (JWE)* -
https://tools.ietf.org/html/rfc7516.
The module implements *all (100%) algorithms* defined in
https://tools.ietf.org/html/rfc7518 - *JSON Web Algorithms (JWA)*.
This module supports *Compact JWS/JWE* and *Flattened JWS/JWE JSON*
serialization, general JSON serialization is not supported yet.