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

In this tutorial we learn how to install perl-Syntax-Keyword-Match in Fedora 36. perl-Syntax-Keyword-Match is Match/case syntax for Perl

Introduction

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

What is perl-Syntax-Keyword-Match

This module provides a syntax plugin that implements a control-flow block called match/case, which executes at most one of a choice of different blocks depending on the value of its controlling expression.

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

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

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

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

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

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

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

sudo dnf remove perl-Syntax-Keyword-Match

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

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/453c13165ed55caa30372b370b45b81e5bfc7d
/usr/lib64/perl5/vendor_perl/Syntax
/usr/lib64/perl5/vendor_perl/Syntax/Keyword
/usr/lib64/perl5/vendor_perl/Syntax/Keyword/Match.pm
/usr/lib64/perl5/vendor_perl/auto/Syntax
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword/Match
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword/Match/Match.so
/usr/share/doc/perl-Syntax-Keyword-Match
/usr/share/doc/perl-Syntax-Keyword-Match/Changes
/usr/share/doc/perl-Syntax-Keyword-Match/README
/usr/share/licenses/perl-Syntax-Keyword-Match
/usr/share/licenses/perl-Syntax-Keyword-Match/LICENSE
/usr/share/man/man3/Syntax::Keyword::Match.3pm.gz

References

Summary

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