How to Install and Uninstall libparams-callbackrequest-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libparams-callbackrequest-perl" package

Please follow the guidelines below to install libparams-callbackrequest-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libparams-callbackrequest-perl

2. Uninstall "libparams-callbackrequest-perl" package

Please follow the guidance below to uninstall libparams-callbackrequest-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libparams-callbackrequest-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparams-callbackrequest-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libparams-callbackrequest-perl
Priority: optional
Section: universe/perl
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.20-2
Depends: perl, libclass-isa-perl, libattribute-handlers-perl, libexception-class-perl, libparams-validate-perl
Filename: pool/universe/libp/libparams-callbackrequest-perl/libparams-callbackrequest-perl_1.20-2_all.deb
Size: 50562
MD5sum: 32b27ae22c3b1ecc03993c5b3077d18d
SHA1: 8c3df44b4f5f94ff2e1a6522e1f5e9aa213489f1
SHA256: 50d1e1447ac135a9be281b7c52141cd6147d51291537b29b6acc4e450f1b2a91
Description-en: handler for functional and object-oriented callbacks in Perl
Params::CallbackRequest provides functional and object-oriented callbacks to
method and function parameters. 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 call to the
Params::CallbackRequest request() method, or by specially named keys in the
parameters to request().
.
The idea behind this module is to provide a sort of plugin architecture for
Perl templating systems. Callbacks are triggered by the contents of a request
to the Perl templating server, before the templating system itself executes.
This approach allows you to carry out logical processing of data submitted
from a form, to affect the contents of the request parameters before they're
passed to the templating system for processing, and even to redirect or abort
the request before the templating system handles it.
Description-md5: 9e861a31ab365e6beb4586fbf56dea26
Homepage: https://metacpan.org/release/Params-CallbackRequest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu