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

In this tutorial we learn how to install perl-Syntax-Keyword-Try in Fedora 36. perl-Syntax-Keyword-Try is try/catch/finally syntax for perl

Introduction

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

What is perl-Syntax-Keyword-Try

This module provides a syntax plugin that implements exception-handling semantics in a form familiar to users of other languages, being built on a block labeled with the try keyword, followed by at least one of a catch or finally block.

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

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

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

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

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

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

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

sudo dnf remove perl-Syntax-Keyword-Try

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

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/543c05a4b2284d269dc0c481d4ed0cb8052241
/usr/lib64/perl5/vendor_perl/Syntax
/usr/lib64/perl5/vendor_perl/Syntax/Keyword
/usr/lib64/perl5/vendor_perl/Syntax/Keyword/Try
/usr/lib64/perl5/vendor_perl/Syntax/Keyword/Try.pm
/usr/lib64/perl5/vendor_perl/Syntax/Keyword/Try/Deparse.pm
/usr/lib64/perl5/vendor_perl/auto/Syntax
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword/Try
/usr/lib64/perl5/vendor_perl/auto/Syntax/Keyword/Try/Try.so
/usr/share/doc/perl-Syntax-Keyword-Try
/usr/share/doc/perl-Syntax-Keyword-Try/Changes
/usr/share/doc/perl-Syntax-Keyword-Try/README
/usr/share/licenses/perl-Syntax-Keyword-Try
/usr/share/licenses/perl-Syntax-Keyword-Try/LICENSE
/usr/share/man/man3/Syntax::Keyword::Try.3pm.gz
/usr/share/man/man3/Syntax::Keyword::Try::Deparse.3pm.gz

References

Summary

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