How to Install and Uninstall perl-Devel-DProf.x86_64 Package on Fedora 39

Last updated: January 21,2025

1. Install "perl-Devel-DProf.x86_64" package

Please follow the instructions below to install perl-Devel-DProf.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Devel-DProf.x86_64

2. Uninstall "perl-Devel-DProf.x86_64" package

Learn how to uninstall perl-Devel-DProf.x86_64 on Fedora 39:

$ sudo dnf remove perl-Devel-DProf.x86_64 $ sudo dnf autoremove

3. Information about the perl-Devel-DProf.x86_64 package on Fedora 39

Last metadata expiration check: 2:05:41 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Devel-DProf
Version : 20110802.00
Release : 37.fc39
Architecture : x86_64
Size : 45 k
Source : perl-Devel-DProf-20110802.00-37.fc39.src.rpm
Repository : fedora
Summary : Deprecated Perl code profiler
URL : https://metacpan.org/release/Devel-DProf
License : GPL+ or Artistic
Description : The Devel::DProf package is a Perl code profiler. This will collect
: 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::NYTProf
: instead.