How To Install perl-JSON-WebToken on Fedora 36

In this tutorial we learn how to install perl-JSON-WebToken in Fedora 36. perl-JSON-WebToken is JSON Web Token (JWT) implementation

Introduction

In this tutorial we learn how to install perl-JSON-WebToken on Fedora 36.

What is perl-JSON-WebToken

JSON

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

Install perl-JSON-WebToken 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-JSON-WebToken using dnf by running the following command:

sudo dnf -y install perl-JSON-WebToken

Install perl-JSON-WebToken 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-JSON-WebToken using yum by running the following command:

sudo yum -y install perl-JSON-WebToken

How To Uninstall perl-JSON-WebToken on Fedora 36

To uninstall only the perl-JSON-WebToken package we can use the following command:

sudo dnf remove perl-JSON-WebToken

perl-JSON-WebToken Package Contents on Fedora 36

/usr/share/doc/perl-JSON-WebToken
/usr/share/doc/perl-JSON-WebToken/Changes
/usr/share/doc/perl-JSON-WebToken/META.json
/usr/share/doc/perl-JSON-WebToken/README.md
/usr/share/doc/perl-JSON-WebToken/cpanfile
/usr/share/doc/perl-JSON-WebToken/minil.toml
/usr/share/licenses/perl-JSON-WebToken
/usr/share/licenses/perl-JSON-WebToken/LICENSE
/usr/share/man/man3/JSON::WebToken.3pm.gz
/usr/share/perl5/vendor_perl/JSON
/usr/share/perl5/vendor_perl/JSON/WebToken
/usr/share/perl5/vendor_perl/JSON/WebToken.pm
/usr/share/perl5/vendor_perl/JSON/WebToken/Constants.pm
/usr/share/perl5/vendor_perl/JSON/WebToken/Crypt
/usr/share/perl5/vendor_perl/JSON/WebToken/Crypt.pm
/usr/share/perl5/vendor_perl/JSON/WebToken/Crypt/HMAC.pm
/usr/share/perl5/vendor_perl/JSON/WebToken/Crypt/RSA.pm
/usr/share/perl5/vendor_perl/JSON/WebToken/Exception.pm

References

Summary

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