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

Last updated: September 30,2024

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

Please follow the guidelines below to install perl-MasonX-Interp-WithCallbacks.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-MasonX-Interp-WithCallbacks.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:39:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MasonX-Interp-WithCallbacks
Version : 1.19
Release : 23.fc36
Architecture : noarch
Size : 32 k
Source : perl-MasonX-Interp-WithCallbacks-1.19-23.fc36.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.