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

Last updated: May 19,2024

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

This is a short guide on how to install perl-Devel-Timer.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Devel-Timer.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:00:50 ago on Thu Feb 15 07:50:05 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.