How To Install perl-Function-Parameters on Rocky Linux 8

In this tutorial we learn how to install perl-Function-Parameters on Rocky Linux 8. perl-Function-Parameters is Subroutine definitions with parameter lists

Introduction

In this tutorial we learn how to install perl-Function-Parameters on Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/b8c4cc90bc52c90ef6e9c76b582f017e39da46
/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 Rocky Linux 8 using yum and dnf.