How to Install and Uninstall perl-MasonX-Interp-WithCallbacks.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-MasonX-Interp-WithCallbacks.noarch" package

Please follow the steps below to install perl-MasonX-Interp-WithCallbacks.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-MasonX-Interp-WithCallbacks.noarch

2. Uninstall "perl-MasonX-Interp-WithCallbacks.noarch" package

This is a short guide on how to uninstall perl-MasonX-Interp-WithCallbacks.noarch on Fedora 34:

$ sudo dnf remove perl-MasonX-Interp-WithCallbacks.noarch $ sudo dnf autoremove

3. Information about the perl-MasonX-Interp-WithCallbacks.noarch package on Fedora 34

Last metadata expiration check: 2:43:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MasonX-Interp-WithCallbacks
Version : 1.19
Release : 20.fc34
Architecture : noarch
Size : 32 k
Source : perl-MasonX-Interp-WithCallbacks-1.19-20.fc34.src.rpm
Repository : fedora
Summary : Mason callback support via Params::CallbackRequest
URL : https://metacpan.org/release/MasonX-Interp-WithCallbacks
License : GPL+ or Artistic
Description : MasonX::Interp::WithCallbacks subclasses HTML::Mason::Interp in order to
: provide a Mason callback system built on Params::CallbackRequest. Callbacks
: may be either code references provided to the new() constructor, or methods
: defined in subclasses of Params::Callback. Callbacks are triggered either
: 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.