How To Install perl-CatalystX-Profile on Fedora 36

In this tutorial we learn how to install perl-CatalystX-Profile in Fedora 36. perl-CatalystX-Profile is Profile your Catalyst application with Devel

Introduction

In this tutorial we learn how to install perl-CatalystX-Profile on Fedora 36.

What is perl-CatalystX-Profile

This (really basic for now) plugin adds support for profiling your Catalyst application, without profiling all the crap that happens during setup. This noise can make finding the real profiling stuff trickier, so profiling is disabled while this happens.

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

Install perl-CatalystX-Profile 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-CatalystX-Profile using dnf by running the following command:

sudo dnf -y install perl-CatalystX-Profile

Install perl-CatalystX-Profile 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-CatalystX-Profile using yum by running the following command:

sudo yum -y install perl-CatalystX-Profile

How To Uninstall perl-CatalystX-Profile on Fedora 36

To uninstall only the perl-CatalystX-Profile package we can use the following command:

sudo dnf remove perl-CatalystX-Profile

perl-CatalystX-Profile Package Contents on Fedora 36

/usr/share/doc/perl-CatalystX-Profile
/usr/share/doc/perl-CatalystX-Profile/LICENSE
/usr/share/doc/perl-CatalystX-Profile/README
/usr/share/man/man3/CatalystX::Profile.3pm.gz
/usr/share/man/man3/CatalystX::Profile::Controller::ControlProfiling.3pm.gz
/usr/share/perl5/vendor_perl/CatalystX
/usr/share/perl5/vendor_perl/CatalystX/Profile
/usr/share/perl5/vendor_perl/CatalystX/Profile.pm
/usr/share/perl5/vendor_perl/CatalystX/Profile/Controller
/usr/share/perl5/vendor_perl/CatalystX/Profile/Controller/ControlProfiling.pm

References

Summary

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