How To Install perl-Language-Functional on Fedora 36

In this tutorial we learn how to install perl-Language-Functional in Fedora 36. perl-Language-Functional is Module which makes Perl slightly more functional

Introduction

In this tutorial we learn how to install perl-Language-Functional on Fedora 36.

What is perl-Language-Functional

Perl already contains some functional-like functions, such as map and grep. The purpose of this module is to add other functional-like functions to Perl, such as foldl and foldr, as well as the use of infinite lists.

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

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

sudo dnf -y install perl-Language-Functional

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

sudo yum -y install perl-Language-Functional

How To Uninstall perl-Language-Functional on Fedora 36

To uninstall only the perl-Language-Functional package we can use the following command:

sudo dnf remove perl-Language-Functional

perl-Language-Functional Package Contents on Fedora 36

/usr/share/doc/perl-Language-Functional
/usr/share/doc/perl-Language-Functional/CHANGES
/usr/share/doc/perl-Language-Functional/README
/usr/share/man/man3/Language::Functional.3pm.gz
/usr/share/perl5/vendor_perl/Language
/usr/share/perl5/vendor_perl/Language/Functional.pm

References

Summary

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