How To Install perl-Devel-Declare-Parser on Fedora 36

In this tutorial we learn how to install perl-Devel-Declare-Parser in Fedora 36. perl-Devel-Declare-Parser is Higher level interface to Devel-Declare

Introduction

In this tutorial we learn how to install perl-Devel-Declare-Parser on Fedora 36.

What is perl-Devel-Declare-Parser

Devel-Declare-Parser is a higher-level API sitting on top of Devel exporting of Devel requires subclassing this module and overriding a couple methods.

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

Install perl-Devel-Declare-Parser 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-Devel-Declare-Parser using dnf by running the following command:

sudo dnf -y install perl-Devel-Declare-Parser

Install perl-Devel-Declare-Parser 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-Devel-Declare-Parser using yum by running the following command:

sudo yum -y install perl-Devel-Declare-Parser

How To Uninstall perl-Devel-Declare-Parser on Fedora 36

To uninstall only the perl-Devel-Declare-Parser package we can use the following command:

sudo dnf remove perl-Devel-Declare-Parser

perl-Devel-Declare-Parser Package Contents on Fedora 36

/usr/share/doc/perl-Devel-Declare-Parser
/usr/share/doc/perl-Devel-Declare-Parser/README
/usr/share/man/man3/Devel::Declare::Interface.3pm.gz
/usr/share/man/man3/Devel::Declare::Parser.3pm.gz
/usr/share/man/man3/Devel::Declare::Parser::Codeblock.3pm.gz
/usr/share/man/man3/Devel::Declare::Parser::Emulate.3pm.gz
/usr/share/man/man3/Devel::Declare::Parser::Method.3pm.gz
/usr/share/man/man3/Devel::Declare::Parser::Sublike.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Declare
/usr/share/perl5/vendor_perl/Devel/Declare/Interface.pm
/usr/share/perl5/vendor_perl/Devel/Declare/Parser
/usr/share/perl5/vendor_perl/Devel/Declare/Parser.pm
/usr/share/perl5/vendor_perl/Devel/Declare/Parser/Codeblock.pm
/usr/share/perl5/vendor_perl/Devel/Declare/Parser/Emulate.pm
/usr/share/perl5/vendor_perl/Devel/Declare/Parser/Method.pm
/usr/share/perl5/vendor_perl/Devel/Declare/Parser/Sublike.pm

References

Summary

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