How to Install and Uninstall libmasonx-interp-withcallbacks-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmasonx-interp-withcallbacks-perl" package

This is a short guide on how to install libmasonx-interp-withcallbacks-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmasonx-interp-withcallbacks-perl

2. Uninstall "libmasonx-interp-withcallbacks-perl" package

This tutorial shows how to uninstall libmasonx-interp-withcallbacks-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmasonx-interp-withcallbacks-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmasonx-interp-withcallbacks-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmasonx-interp-withcallbacks-perl
Priority: optional
Section: universe/perl
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.19-3
Depends: perl, libclass-container-perl, libhtml-mason-perl, libparams-callbackrequest-perl
Suggests: libapache2-mod-perl2
Filename: pool/universe/libm/libmasonx-interp-withcallbacks-perl/libmasonx-interp-withcallbacks-perl_1.19-3_all.deb
Size: 24706
MD5sum: 7490e7d29ae79dd055c32b6f41b8bf85
SHA1: 72b2cfe0b22ac96b0742786e74e1c5d753f8fce4
SHA256: 6879befb832dd51c3a93d0ef674a9f417ba16ad000943ca8afc86017440cac30
Description-en: Mason callback support via Params::CallbackRequest
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.
.
This module brings support for a sort of plugin architecture based on
Params::CallbackRequest to Mason. Mason then executes code before executing
any components. This approach allows you to carry out logical processing of
data submitted from a form, to affect the contents of the Mason request
arguments (and thus the %ARGS hash in components), and even to redirect or
abort the request before Mason handles it.
Description-md5: 1a809b1164f4d19839863ff90337f9d2
Homepage: https://metacpan.org/release/MasonX-Interp-WithCallbacks
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu