How to Install and Uninstall perl-Mojo-JWT.noarch Package on Fedora 34

Last updated: October 05,2024

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

Learn how to install perl-Mojo-JWT.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Mojo-JWT.noarch on Fedora 34:

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

3. Information about the perl-Mojo-JWT.noarch package on Fedora 34

Last metadata expiration check: 1:27:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Mojo-JWT
Version : 0.09
Release : 2.fc34
Architecture : noarch
Size : 26 k
Source : perl-Mojo-JWT-0.09-2.fc34.src.rpm
Repository : fedora
Summary : JSON Web Token the Mojo way
URL : https://metacpan.org/release/Mojo-JWT
License : GPL+ or Artistic
Description : JSON Web Token is described in https://tools.ietf.org/html/rfc7519.
: Mojo::JWT implements that standard with an API that should feel familiar to
: Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is
: much like Mojolicious::Sessions except that the result is a URL-safe text
: string rather than a cookie.