How to Install and Uninstall perl-Time-HiRes.src Package on Oracle Linux 9

Last updated: November 26,2024

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

Please follow the instructions below to install perl-Time-HiRes.src on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Time-HiRes.src on Oracle Linux 9:

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

3. Information about the perl-Time-HiRes.src package on Oracle Linux 9

Last metadata expiration check: 2:12:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Time-HiRes
Epoch : 4
Version : 1.9764
Release : 462.el9
Architecture : src
Size : 121 k
Source : None
Repository : ol9_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.