How To Install perl-Devel-Profiler on Fedora 36

In this tutorial we learn how to install perl-Devel-Profiler in Fedora 36. perl-Devel-Profiler is Perl profiler compatible with dprofpp

Introduction

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

What is perl-Devel-Profiler

This module implements a Perl profiler that outputs profiling data in a format compatible with dprofpp, Devel meant to be a drop-in replacement for Devel

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

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

sudo dnf -y install perl-Devel-Profiler

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

sudo yum -y install perl-Devel-Profiler

How To Uninstall perl-Devel-Profiler on Fedora 36

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

sudo dnf remove perl-Devel-Profiler

perl-Devel-Profiler Package Contents on Fedora 36

/usr/share/doc/perl-Devel-Profiler
/usr/share/doc/perl-Devel-Profiler/Changes
/usr/share/doc/perl-Devel-Profiler/README
/usr/share/man/man3/Devel::Profiler.3pm.gz
/usr/share/man/man3/Devel::Profiler::Apache.3pm.gz
/usr/share/man/man3/Devel::Profiler::Test.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Profiler
/usr/share/perl5/vendor_perl/Devel/Profiler.pm
/usr/share/perl5/vendor_perl/Devel/Profiler/Apache.pm
/usr/share/perl5/vendor_perl/Devel/Profiler/Test.pm

References

Summary

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