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

Last updated: May 20,2024

1. Install "ruby-hmac" package

In this section, we are going to explain the necessary steps to install ruby-hmac on Kali Linux

$ sudo apt update $ sudo apt install ruby-hmac

2. Uninstall "ruby-hmac" package

This tutorial shows how to uninstall ruby-hmac on Kali Linux:

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

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

Package: ruby-hmac
Version: 0.4.0-5.1
Installed-Size: 31
Maintainer: Daigo Moriwaki
Architecture: all
Depends: ruby | ruby-interpreter
Size: 7356
SHA256: d1f6b45824b345865b8be18f690d215efc3b8e964565bb528dd08401542a84e5
SHA1: 3fb3bdb27077a294db6414cfe8860bae03a30eeb
MD5sum: 3437f045e56a8fe7a4e856ceae1352a6
Description: Ruby interface for HMAC algorithm
This module provides common interface to HMAC functionality. HMAC is a
kind of "Message Authentication Code" (MAC) algorithm whose standard is
documented in RFC2104. Namely, a MAC provides a way to check the integrity
of information transmitted over or stored in an unreliable medium, based
on a secret key.
Description-md5:
Homepage: http://ruby-hmac.rubyforge.org
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-hmac/ruby-hmac_0.4.0-5.1_all.deb