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

Last updated: October 06,2024

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

Please follow the steps below to install perl-Time-HiRes.src on Oracle Linux 8

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

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

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

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

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

Last metadata expiration check: 1:53:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Time-HiRes
Epoch : 4
Version : 1.9764
Release : 459.module+el8.6.0+20545+312b6629
Architecture : src
Size : 125 k
Source : None
Repository : ol8_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.