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

Last updated: May 20,2024

1. Install "ruby-ecdsa" package

Here is a brief guide to show you how to install ruby-ecdsa on Kali Linux

$ sudo apt update $ sudo apt install ruby-ecdsa

2. Uninstall "ruby-ecdsa" package

This guide covers the steps necessary to uninstall ruby-ecdsa on Kali Linux:

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

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

Package: ruby-ecdsa
Version: 1.2.0-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 85
Homepage: https://github.com/DavidEGrayson/ruby_ecdsa
Priority: optional
Section: ruby
Filename: pool/main/r/ruby-ecdsa/ruby-ecdsa_1.2.0-0kali1_all.deb
Size: 19152
SHA256: 9d69be6fc69b1bcb85fa8b2a13db4d8702bed35025066017014082940ee8998a
SHA1: 29ab32dd64d6d80c55371c9c5f2ed9c600c8f2dc
MD5sum: 90743ac4ce153734a09b8e08eaaac7e2
Description: ECDSA implementation almost entirely in pure Ruby
This package contains the Elliptic Curve Digital Signature Algorithm (ECDSA)
almost entirely in pure Ruby. This gem does use OpenSSL but it only uses it to
decode and encode ASN1 strings for ECDSA signatures. All cryptographic
calculations are done in pure Ruby.
Description-md5:
Ruby-Versions: all