How to Install and Uninstall libtime-hr-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libtime-hr-perl" package

Please follow the guidance below to install libtime-hr-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtime-hr-perl

2. Uninstall "libtime-hr-perl" package

Please follow the steps below to uninstall libtime-hr-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtime-hr-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtime-hr-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtime-hr-perl
Priority: optional
Section: universe/perl
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.02-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libt/libtime-hr-perl/libtime-hr-perl_0.02-1build2_amd64.deb
Size: 7670
MD5sum: ff9898cd568c8894705236fe5f8988a5
SHA1: 373de7f0bd8d3f2ec812a7f8796f7aa3b03c1a9e
SHA256: 0ec0376b27171769570f7c54b22d8f28fb43c28d5c4fa990bad127ca86eba27e
Description-en: Perl interface to high-resolution timer
Time::HR is a very simple interface to high-resolution timer - it only
supports one function call - gethrtime(). gethrtime() function returns
current high-resolution real time value either as 64-bit integer (on systems
with 64-bit support) or double value. Time is expressed as nanoseconds since
some arbitrary time in the past; it is not correlated in any way to the time
of day, and thus is not subject to resetting or drifting by way of adjtime or
settimeofday. The high resolution timer is ideally suited to performance
measurement tasks, where cheap, accurate interval timing is required.
Currently, this extension is only supported on Solaris, Linux and Cygwin.
Description-md5: 4697a4626a58b673c3ed2e9da9218379
Homepage: https://metacpan.org/release/Time-HR
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu