How To Install perl-Function-Parameters on AlmaLinux 8

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

Introduction

In this tutorial we learn how to install perl-Function-Parameters on AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 8

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

sudo dnf remove perl-Function-Parameters

References

Summary

In this tutorial we learn how to install perl-Function-Parameters on AlmaLinux 8 using yum and dnf.