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

Last updated: September 19,2024

1. Install "ruby-sshkey" package

Please follow the instructions below to install ruby-sshkey on Kali Linux

$ sudo apt update $ sudo apt install ruby-sshkey

2. Uninstall "ruby-sshkey" package

Please follow the step by step instructions below to uninstall ruby-sshkey on Kali Linux:

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

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

Package: ruby-sshkey
Version: 2.0.0-3
Installed-Size: 39
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any | ruby-interpreter
Breaks: gitlab (<< 11.9~)
Size: 12992
SHA256: 4ce60870335e9464bbd9744cff988f321367b6fea142fcef9e92b8d30e153553
SHA1: 5df788edba4d952a1744261502d2a69352d02e74
MD5sum: cd92454850dd62a914a5f8a48650de29
Description: SSH private/public key generator in Ruby
Generate private/public SSH keypairs (RSA and DSA supported) using pure Ruby.
.
When generating a new keypair the default key type is 2048-bit RSA, but you
can supply the type (RSA or DSA) and bits in the options. You can also
(optionally) supply a comment or passphrase.
.
This library can read a public or private key and present it as a string.
Description-md5:
Homepage: https://github.com/bensie/sshkey
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sshkey/ruby-sshkey_2.0.0-3_all.deb