How to Install and Uninstall perl-Time-HiRes.x86_64 Package on Rocky Linux 9

Last updated: May 21,2024

1. Install "perl-Time-HiRes.x86_64" package

This is a short guide on how to install perl-Time-HiRes.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Time-HiRes.x86_64

2. Uninstall "perl-Time-HiRes.x86_64" package

This guide covers the steps necessary to uninstall perl-Time-HiRes.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Time-HiRes.x86_64 $ sudo dnf autoremove

3. Information about the perl-Time-HiRes.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:58:45 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Time-HiRes
Epoch : 4
Version : 1.9764
Release : 462.el9
Architecture : x86_64
Size : 57 k
Source : perl-Time-HiRes-1.9764-462.el9.src.rpm
Repository : appstream
Summary : High resolution alarm, sleep, gettimeofday, interval timers
URL : https://metacpan.org/release/Time-HiRes
License : GPL+ or Artistic
Description : The Time::HiRes module implements a Perl interface to the usleep, nanosleep,
: ualarm, gettimeofday, and setitimer/getitimer system calls, in other words,
: high resolution time and timers.