How to Install and Uninstall perl-Devel-Timer.noarch Package on Rocky Linux 9

Last updated: July 03,2024

1. Install "perl-Devel-Timer.noarch" package

In this section, we are going to explain the necessary steps to install perl-Devel-Timer.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Devel-Timer.noarch

2. Uninstall "perl-Devel-Timer.noarch" package

Learn how to uninstall perl-Devel-Timer.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Devel-Timer.noarch $ sudo dnf autoremove

3. Information about the perl-Devel-Timer.noarch package on Rocky Linux 9

Last metadata expiration check: 0:48:05 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Devel-Timer
Version : 0.13
Release : 8.el9
Architecture : noarch
Size : 23 k
Source : perl-Devel-Timer-0.13-8.el9.src.rpm
Repository : epel
Summary : Track and report execution time for parts of code
URL : https://metacpan.org/release/Devel-Timer
License : GPL+ or Artistic
Description : Devel::Timer allows developers to accurately time how long a specific
: piece of code takes to execute. This can be helpful in locating the
: slowest parts of an existing application.