How to Install and Uninstall perl-Time-HiRes.x86_64 Package on Amazon Linux 2

Last updated: April 29,2024

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

This guide covers the steps necessary to install perl-Time-HiRes.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Time-HiRes.x86_64

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

Please follow the guidelines below to uninstall perl-Time-HiRes.x86_64 on Amazon Linux 2:

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

3. Information about the perl-Time-HiRes.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Time-HiRes
Arch : x86_64
Epoch : 4
Version : 1.9725
Release : 3.amzn2.0.2
Size : 92 k
Repo : installed
From repo : amzn2-core
Summary : High resolution alarm, sleep, gettimeofday, interval timers
URL : http://search.cpan.org/dist/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.