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

Last updated: February 13,2025

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

Please follow the steps below to install perl-Mojo-JWT.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Mojo-JWT.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:09:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Mojo-JWT
Version : 0.09
Release : 4.fc35
Architecture : noarch
Size : 26 k
Source : perl-Mojo-JWT-0.09-4.fc35.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.