How To Install perl-Devel-FastProf on Fedora 36

In this tutorial we learn how to install perl-Devel-FastProf in Fedora 36. perl-Devel-FastProf is Fast perl per-line profiler

Introduction

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

What is perl-Devel-FastProf

Devel tell you how much time is spent on every line of a perl script (the standard Devel

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

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

sudo dnf -y install perl-Devel-FastProf

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

sudo yum -y install perl-Devel-FastProf

How To Uninstall perl-Devel-FastProf on Fedora 36

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

sudo dnf remove perl-Devel-FastProf

perl-Devel-FastProf Package Contents on Fedora 36

/usr/bin/fprofpp
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/bd4917a6510683b246b41fe1951b40e0b0b20d
/usr/lib64/perl5/vendor_perl/Devel
/usr/lib64/perl5/vendor_perl/Devel/FastProf
/usr/lib64/perl5/vendor_perl/Devel/FastProf.pm
/usr/lib64/perl5/vendor_perl/Devel/FastProf/Reader.pm
/usr/lib64/perl5/vendor_perl/auto/Devel
/usr/lib64/perl5/vendor_perl/auto/Devel/FastProf
/usr/lib64/perl5/vendor_perl/auto/Devel/FastProf/FastProf.so
/usr/share/doc/perl-Devel-FastProf
/usr/share/doc/perl-Devel-FastProf/Changes
/usr/share/doc/perl-Devel-FastProf/README
/usr/share/man/man1/fprofpp.1.gz
/usr/share/man/man3/Devel::FastProf.3pm.gz

References

Summary

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