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

Last updated: October 15,2024

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

This guide let you learn how to install perl-Mojo-JWT.noarch on Fedora 39

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

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

Please follow the step by step instructions below to uninstall perl-Mojo-JWT.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:50:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Mojo-JWT
Version : 0.09
Release : 9.fc39
Architecture : noarch
Size : 24 k
Source : perl-Mojo-JWT-0.09-9.fc39.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.