How To Install perl-Function-Parameters on Fedora 36

In this tutorial we learn how to install perl-Function-Parameters in Fedora 36. perl-Function-Parameters is Subroutine definitions with parameter lists

Introduction

In this tutorial we learn how to install perl-Function-Parameters on Fedora 36.

What is perl-Function-Parameters

This module extends Perl with keywords that let you define functions with parameter lists. It uses Perl’s keyword plugin API, so it works reliably and doesn’t require a source filter.

We can use yum or dnf to install perl-Function-Parameters on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Function-Parameters.

Install perl-Function-Parameters 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-Function-Parameters using dnf by running the following command:

sudo dnf -y install perl-Function-Parameters

Install perl-Function-Parameters 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-Function-Parameters using yum by running the following command:

sudo yum -y install perl-Function-Parameters

How To Uninstall perl-Function-Parameters on Fedora 36

To uninstall only the perl-Function-Parameters package we can use the following command:

sudo dnf remove perl-Function-Parameters

perl-Function-Parameters Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/fd677c1f6b5931d1f2344193ad0f0cef5d5a85
/usr/lib64/perl5/vendor_perl/Function
/usr/lib64/perl5/vendor_perl/Function/Parameters
/usr/lib64/perl5/vendor_perl/Function/Parameters.pm
/usr/lib64/perl5/vendor_perl/Function/Parameters/Info.pm
/usr/lib64/perl5/vendor_perl/auto/Function
/usr/lib64/perl5/vendor_perl/auto/Function/Parameters
/usr/lib64/perl5/vendor_perl/auto/Function/Parameters/Parameters.so
/usr/share/doc/perl-Function-Parameters
/usr/share/doc/perl-Function-Parameters/Changes
/usr/share/doc/perl-Function-Parameters/README
/usr/share/man/man3/Function::Parameters.3pm.gz
/usr/share/man/man3/Function::Parameters::Info.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Function-Parameters on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).