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

Last updated: October 05,2024

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

Please follow the guidance below to install perl-Devel-DProf.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall perl-Devel-DProf.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:26:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Devel-DProf
Version : 20110802.00
Release : 29.fc34
Architecture : x86_64
Size : 46 k
Source : perl-Devel-DProf-20110802.00-29.fc34.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.