How to Install and Uninstall perl-Crypt-JWT.noarch Package on CentOS Stream 8

Last updated: July 07,2024

1. Install "perl-Crypt-JWT.noarch" package

This is a short guide on how to install perl-Crypt-JWT.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Crypt-JWT.noarch

2. Uninstall "perl-Crypt-JWT.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Crypt-JWT.noarch on CentOS Stream 8:

$ sudo dnf remove perl-Crypt-JWT.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-JWT.noarch package on CentOS Stream 8

Last metadata expiration check: 3:07:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Crypt-JWT
Version : 0.035
Release : 1.el8
Architecture : noarch
Size : 39 k
Source : perl-Crypt-JWT-0.035-1.el8.src.rpm
Repository : epel
Summary : JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
URL : https://metacpan.org/dist/Crypt-JWT
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.