How to Install and Uninstall perl-Crypt-JWT Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Crypt-JWT" package

In this section, we are going to explain the necessary steps to install perl-Crypt-JWT on openSUSE Leap

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

2. Uninstall "perl-Crypt-JWT" package

Please follow the step by step instructions below to uninstall perl-Crypt-JWT on openSUSE Leap:

$ sudo zypper remove perl-Crypt-JWT

3. Information about the perl-Crypt-JWT package on openSUSE Leap

Information for package perl-Crypt-JWT:
---------------------------------------
Repository : Main Repository
Name : perl-Crypt-JWT
Version : 0.034-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 112.8 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-JWT-0.034-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Crypt-JWT
Summary : JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
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.