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

Last updated: May 10,2024

1. Install "ruby-hmac" package

Please follow the steps below to install ruby-hmac on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-hmac

2. Uninstall "ruby-hmac" package

In this section, we are going to explain the necessary steps to uninstall ruby-hmac on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-hmac
Priority: optional
Section: universe/ruby
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Daigo Moriwaki
Architecture: all
Version: 0.4.0-4build1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-hmac/ruby-hmac_0.4.0-4build1_all.deb
Size: 6914
MD5sum: b3426c7d2f1b75bbca4c08f9c08224c5
SHA1: ccf03ac15eacf800ae369da24729e525703e004f
SHA256: a3b122b80b01e58f409f62bcb533484a19476f6598167e4db99bcdae54754bac
Description-en: 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: 0091391c46e3a713d6a8c5d3e724918a
Homepage: http://ruby-hmac.rubyforge.org
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu