How to Install and Uninstall perl-Devel-Timer.noarch Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

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

Please follow the instructions below to install perl-Devel-Timer.noarch on CentOS 8 / RHEL 8

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

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

Please follow the guidance below to uninstall perl-Devel-Timer.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Devel-Timer.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:18 ago on Sun May 9 13:03:46 2021.
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.