How to Install and Uninstall perl-Devel-Timer.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

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

This tutorial shows how to install perl-Devel-Timer.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This is a short guide on how to uninstall perl-Devel-Timer.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Devel-Timer.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:37:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Devel-Timer
Version : 0.13
Release : 1.el8
Architecture : noarch
Size : 24 k
Source : perl-Devel-Timer-0.13-1.el8.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.