How To Install perl-MasonX-Interp-WithCallbacks on Fedora 36

In this tutorial we learn how to install perl-MasonX-Interp-WithCallbacks in Fedora 36. perl-MasonX-Interp-WithCallbacks is Mason callback support via Params

Introduction

In this tutorial we learn how to install perl-MasonX-Interp-WithCallbacks on Fedora 36.

What is perl-MasonX-Interp-WithCallbacks

MasonX provide a Mason callback system built on Params may be either code references provided to the new() constructor, or methods defined in subclasses of Params for every request or by specially named keys in the Mason request arguments, and all callbacks are executed at the beginning of a request, just before Mason creates and executes the request component stack.

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

Install perl-MasonX-Interp-WithCallbacks 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-MasonX-Interp-WithCallbacks using dnf by running the following command:

sudo dnf -y install perl-MasonX-Interp-WithCallbacks

Install perl-MasonX-Interp-WithCallbacks 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-MasonX-Interp-WithCallbacks using yum by running the following command:

sudo yum -y install perl-MasonX-Interp-WithCallbacks

How To Uninstall perl-MasonX-Interp-WithCallbacks on Fedora 36

To uninstall only the perl-MasonX-Interp-WithCallbacks package we can use the following command:

sudo dnf remove perl-MasonX-Interp-WithCallbacks

perl-MasonX-Interp-WithCallbacks Package Contents on Fedora 36

/usr/share/doc/perl-MasonX-Interp-WithCallbacks
/usr/share/doc/perl-MasonX-Interp-WithCallbacks/Changes
/usr/share/doc/perl-MasonX-Interp-WithCallbacks/README.md
/usr/share/man/man3/MasonX::Interp::WithCallbacks.3pm.gz
/usr/share/perl5/vendor_perl/MasonX
/usr/share/perl5/vendor_perl/MasonX/Interp
/usr/share/perl5/vendor_perl/MasonX/Interp/WithCallbacks.pm

References

Summary

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