How To Install perl-Params-CallbackRequest on Fedora 36
Introduction
In this tutorial we learn how to install perl-Params-CallbackRequest on Fedora 36.
What is perl-Params-CallbackRequest
Params to method and function parameters. Callbacks may be either code references provided to the new() constructor, or methods defined in subclasses of Params Params parameters to request().
We can use yum or dnf to install perl-Params-CallbackRequest on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Params-CallbackRequest.
Install perl-Params-CallbackRequest on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Params-CallbackRequest using dnf by running the following command:
sudo dnf -y install perl-Params-CallbackRequest
Install perl-Params-CallbackRequest on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Params-CallbackRequest using yum by running the following command:
sudo yum -y install perl-Params-CallbackRequest
How To Uninstall perl-Params-CallbackRequest on Fedora 36
To uninstall only the perl-Params-CallbackRequest package we can use the following command:
sudo dnf remove perl-Params-CallbackRequest
perl-Params-CallbackRequest Package Contents on Fedora 36
/usr/share/doc/perl-Params-CallbackRequest
/usr/share/doc/perl-Params-CallbackRequest/Changes
/usr/share/doc/perl-Params-CallbackRequest/README.md
/usr/share/man/man3/Params::Callback.3pm.gz
/usr/share/man/man3/Params::CallbackRequest.3pm.gz
/usr/share/man/man3/Params::CallbackRequest::Exceptions.3pm.gz
/usr/share/perl5/vendor_perl/Params
/usr/share/perl5/vendor_perl/Params/Callback.pm
/usr/share/perl5/vendor_perl/Params/CallbackRequest
/usr/share/perl5/vendor_perl/Params/CallbackRequest.pm
/usr/share/perl5/vendor_perl/Params/CallbackRequest/Exceptions.pm
References
Summary
In this tutorial we learn how to install perl-Params-CallbackRequest on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).