How To Install perl-Mojo-JWT on Fedora 36

In this tutorial we learn how to install perl-Mojo-JWT in Fedora 36. perl-Mojo-JWT is JSON Web Token the Mojo way

Introduction

In this tutorial we learn how to install perl-Mojo-JWT on Fedora 36.

What is perl-Mojo-JWT

JSON Web Token is described in https Mojo Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is much like Mojolicious string rather than a cookie.

We can use yum or dnf to install perl-Mojo-JWT on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mojo-JWT.

Install perl-Mojo-JWT on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Mojo-JWT using dnf by running the following command:

sudo dnf -y install perl-Mojo-JWT

Install perl-Mojo-JWT on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Mojo-JWT using yum by running the following command:

sudo yum -y install perl-Mojo-JWT

How To Uninstall perl-Mojo-JWT on Fedora 36

To uninstall only the perl-Mojo-JWT package we can use the following command:

sudo dnf remove perl-Mojo-JWT

perl-Mojo-JWT Package Contents on Fedora 36

/usr/share/doc/perl-Mojo-JWT
/usr/share/doc/perl-Mojo-JWT/Changes
/usr/share/doc/perl-Mojo-JWT/README
/usr/share/licenses/perl-Mojo-JWT
/usr/share/licenses/perl-Mojo-JWT/LICENSE
/usr/share/man/man3/Mojo::JWT.3pm.gz
/usr/share/perl5/vendor_perl/Mojo
/usr/share/perl5/vendor_perl/Mojo/JWT.pm

References

Summary

In this tutorial we learn how to install perl-Mojo-JWT on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).