How to Install and Uninstall ruby-hitimes Package on Kali Linux

Last updated: May 01,2024

1. Install "ruby-hitimes" package

This tutorial shows how to install ruby-hitimes on Kali Linux

$ sudo apt update $ sudo apt install ruby-hitimes

2. Uninstall "ruby-hitimes" package

This guide let you learn how to uninstall ruby-hitimes on Kali Linux:

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

3. Information about the ruby-hitimes package on Kali Linux

Package: ruby-hitimes
Source: ruby-hitimes (1.3.1-1)
Version: 1.3.1-1+b3
Installed-Size: 105
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.17), libruby3.1 (>= 3.1.0~preview1), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 22048
SHA256: 70cc58c73038a2b00649d14cb35216bb0be1b5c68fb246bafbc92b3f03d628cd
SHA1: 3cde85affe97d4b869e52fcb091a5ef099e63dd3
MD5sum: 4541b44ec778c925205cbc350fbf6a5c
Description: 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:
Multi-Arch: same
Homepage: https://github.com/copiousfreetime/hitimes
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-hitimes/ruby-hitimes_1.3.1-1+b3_amd64.deb