How To Install perl-Syntax-Keyword-Gather on Fedora 36

In this tutorial we learn how to install perl-Syntax-Keyword-Gather in Fedora 36. perl-Syntax-Keyword-Gather is Implements the Perl 6 ‘gather/take’ control structure in Perl 5

Introduction

In this tutorial we learn how to install perl-Syntax-Keyword-Gather on Fedora 36.

What is perl-Syntax-Keyword-Gather

Perl 6 provides a new control structure – gather – that allows lists to be constructed procedurally, without the need for a temporary variable. Within the block/closure controlled by a gather any call to take pushes that call’s argument list to an implicitly created array. take returns the number of elements it took. This module implements that control structure.

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

Install perl-Syntax-Keyword-Gather 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-Syntax-Keyword-Gather using dnf by running the following command:

sudo dnf -y install perl-Syntax-Keyword-Gather

Install perl-Syntax-Keyword-Gather 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-Syntax-Keyword-Gather using yum by running the following command:

sudo yum -y install perl-Syntax-Keyword-Gather

How To Uninstall perl-Syntax-Keyword-Gather on Fedora 36

To uninstall only the perl-Syntax-Keyword-Gather package we can use the following command:

sudo dnf remove perl-Syntax-Keyword-Gather

perl-Syntax-Keyword-Gather Package Contents on Fedora 36

/usr/share/doc/perl-Syntax-Keyword-Gather
/usr/share/doc/perl-Syntax-Keyword-Gather/Changes
/usr/share/doc/perl-Syntax-Keyword-Gather/README
/usr/share/licenses/perl-Syntax-Keyword-Gather
/usr/share/licenses/perl-Syntax-Keyword-Gather/LICENSE
/usr/share/man/man3/Syntax::Keyword::Gather.3pm.gz
/usr/share/perl5/vendor_perl/Syntax
/usr/share/perl5/vendor_perl/Syntax/Keyword
/usr/share/perl5/vendor_perl/Syntax/Keyword/Gather.pm

References

Summary

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