How to Install and Uninstall perl-Params-CallbackRequest.noarch Package on Fedora 36

Last updated: June 29,2024

1. Install "perl-Params-CallbackRequest.noarch" package

In this section, we are going to explain the necessary steps to install perl-Params-CallbackRequest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Params-CallbackRequest.noarch

2. Uninstall "perl-Params-CallbackRequest.noarch" package

This guide covers the steps necessary to uninstall perl-Params-CallbackRequest.noarch on Fedora 36:

$ sudo dnf remove perl-Params-CallbackRequest.noarch $ sudo dnf autoremove

3. Information about the perl-Params-CallbackRequest.noarch package on Fedora 36

Last metadata expiration check: 5:59:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Params-CallbackRequest
Version : 1.20
Release : 23.fc36
Architecture : noarch
Size : 58 k
Source : perl-Params-CallbackRequest-1.20-23.fc36.src.rpm
Repository : fedora
Summary : Functional and object-oriented callback architecture
URL : https://metacpan.org/release/Params-CallbackRequest
License : GPL+ or Artistic
Description : 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().