How to Install and Uninstall ruby-hitimes Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "ruby-hitimes" package

This is a short guide on how to install ruby-hitimes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-hitimes

2. Uninstall "ruby-hitimes" package

Please follow the guidance below to uninstall ruby-hitimes on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-hitimes $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-hitimes package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-hitimes
Priority: optional
Section: universe/ruby
Installed-Size: 71
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.2.1-3build3
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.4), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-hitimes/ruby-hitimes_1.2.1-3build3_amd64.deb
Size: 15470
MD5sum: 31e31e4f7ace23337b4094f6af6e6868
SHA1: 96abde4f54c406cc528630fe274daad78e374b74
SHA256: f871c2b57b39d7f58323cb8617834a52a73d592e3564f9f64dfdb148ed602a0c
Description-en: fast, high resolution timer for recording performance metrics
Hitimes is a fast, high resolution timer library for recording performance
metrics. It uses the appropriate low method calls for each system to get
the highest granularity time increments possible.
.
It currently supports any of the following systems: * any system with the
POSIX call `clock_gettime()` * Mac OS X * Windows * JRuby Using Hitimes can
be faster than using a series of `Time.new` calls, and it will have a much
higher granularity. It is definitely faster than using `Process.times`.
Description-md5: d2a89d84f113479ac591349f36207552
Homepage: https://github.com/copiousfreetime/hitimes
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu