How to Install and Uninstall perl-Devel-Timer.noarch Package on Fedora 38

Last updated: September 26,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 Fedora 38

$ 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 Fedora 38:

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

3. Information about the perl-Devel-Timer.noarch package on Fedora 38

Last metadata expiration check: 2:50:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Devel-Timer
Version : 0.14
Release : 2.fc38
Architecture : noarch
Size : 23 k
Source : perl-Devel-Timer-0.14-2.fc38.src.rpm
Repository : fedora
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.