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

In this tutorial we learn how to install perl-Syntax-Keyword-Junction in Fedora 36. perl-Syntax-Keyword-Junction is Perl6 style Junction operators in Perl5

Introduction

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

What is perl-Syntax-Keyword-Junction

This is a lightweight module which provides ‘Junction’ operators, the most commonly used being any and all. Inspired by the Perl6 design docs, <http

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

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

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

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

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

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

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

sudo dnf remove perl-Syntax-Keyword-Junction

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

/usr/share/doc/perl-Syntax-Keyword-Junction
/usr/share/doc/perl-Syntax-Keyword-Junction/Changes
/usr/share/doc/perl-Syntax-Keyword-Junction/README
/usr/share/licenses/perl-Syntax-Keyword-Junction
/usr/share/licenses/perl-Syntax-Keyword-Junction/LICENSE
/usr/share/man/man3/Syntax::Feature::Junction.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction::All.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction::Any.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction::Base.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction::None.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Junction::One.3pm.gz
/usr/share/perl5/vendor_perl/Syntax
/usr/share/perl5/vendor_perl/Syntax/Feature
/usr/share/perl5/vendor_perl/Syntax/Feature/Junction.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction/All.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction/Any.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction/Base.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction/None.pm
/usr/share/perl5/vendor_perl/Syntax/Keyword/Junction/One.pm

References

Summary

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