How To Install perl-Syntax-Feature-Loop on Fedora 36

In this tutorial we learn how to install perl-Syntax-Feature-Loop in Fedora 36. perl-Syntax-Feature-Loop is Provides the loop BLOCK syntax for unconditional loops

Introduction

In this tutorial we learn how to install perl-Syntax-Feature-Loop on Fedora 36.

What is perl-Syntax-Feature-Loop

Syntax BLOCK syntax for unconditional loops.

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

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

sudo dnf -y install perl-Syntax-Feature-Loop

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

sudo yum -y install perl-Syntax-Feature-Loop

How To Uninstall perl-Syntax-Feature-Loop on Fedora 36

To uninstall only the perl-Syntax-Feature-Loop package we can use the following command:

sudo dnf remove perl-Syntax-Feature-Loop

perl-Syntax-Feature-Loop Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/c77d1bd7f9b4678d866d187711cb53842c25e8
/usr/lib64/perl5/vendor_perl/Syntax
/usr/lib64/perl5/vendor_perl/Syntax/Feature
/usr/lib64/perl5/vendor_perl/Syntax/Feature/Loop.pm
/usr/lib64/perl5/vendor_perl/auto/Syntax
/usr/lib64/perl5/vendor_perl/auto/Syntax/Feature
/usr/lib64/perl5/vendor_perl/auto/Syntax/Feature/Loop
/usr/lib64/perl5/vendor_perl/auto/Syntax/Feature/Loop/Loop.so
/usr/share/doc/perl-Syntax-Feature-Loop
/usr/share/doc/perl-Syntax-Feature-Loop/Changes
/usr/share/doc/perl-Syntax-Feature-Loop/README.txt
/usr/share/licenses/perl-Syntax-Feature-Loop
/usr/share/licenses/perl-Syntax-Feature-Loop/LICENSE
/usr/share/man/man3/Syntax::Feature::Loop.3pm.gz

References

Summary

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