How to Install and Uninstall perl-Devel-FastProf.x86_64 Package on Fedora 36

Last updated: October 05,2024

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

Please follow the steps below to install perl-Devel-FastProf.x86_64 on Fedora 36

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

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

Learn how to uninstall perl-Devel-FastProf.x86_64 on Fedora 36:

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

3. Information about the perl-Devel-FastProf.x86_64 package on Fedora 36

Last metadata expiration check: 3:52:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Devel-FastProf
Version : 0.08
Release : 39.fc36
Architecture : x86_64
Size : 28 k
Source : perl-Devel-FastProf-0.08-39.fc36.src.rpm
Repository : fedora
Summary : Fast perl per-line profiler
URL : https://metacpan.org/release/Devel-FastProf
License : GPL+ or Artistic
Description : Devel::FastProf is a perl per-line profiler. What that means is that it can
: tell you how much time is spent on every line of a perl script (the
: standard Devel::DProf is a per-subroutine profiler).