How To Install perl-Devel-DProf on Fedora 36

In this tutorial we learn how to install perl-Devel-DProf in Fedora 36. perl-Devel-DProf is Deprecated Perl code profiler

Introduction

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

What is perl-Devel-DProf

The Devel information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often. This information can also be used to create an execution graph of the script, showing subroutine relationships. This module is deprecated and new users are advised to use Devel instead.

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

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

sudo dnf -y install perl-Devel-DProf

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

sudo yum -y install perl-Devel-DProf

How To Uninstall perl-Devel-DProf on Fedora 36

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

sudo dnf remove perl-Devel-DProf

perl-Devel-DProf Package Contents on Fedora 36

/usr/bin/dprofpp
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/12f51109119357ba2f1a5b137f6a84bd72db79
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/DProf.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/DProf
/usr/lib64/perl5/vendor_perl/auto/Devel/DProf/DProf.so
/usr/share/doc/perl-Devel-DProf
/usr/share/doc/perl-Devel-DProf/Changes
/usr/share/doc/perl-Devel-DProf/README
/usr/share/doc/perl-Devel-DProf/Todo
/usr/share/licenses/perl-Devel-DProf
/usr/share/licenses/perl-Devel-DProf/LICENSE
/usr/share/man/man1/dprofpp.1.gz
/usr/share/man/man3/Devel::DProf.3pm.gz

References

Summary

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