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

Last updated: May 15,2024

1. Install "ruby-scanf" package

Please follow the guidance below to install ruby-scanf on Kali Linux

$ sudo apt update $ sudo apt install ruby-scanf

2. Uninstall "ruby-scanf" package

Please follow the steps below to uninstall ruby-scanf on Kali Linux:

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

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

Package: ruby-scanf
Version: 1.0.0-2
Installed-Size: 41
Maintainer: Debian Ruby Team
Architecture: all
Size: 10052
SHA256: 044496d21ddff32130422f2f34eb6049f504f90ff88eba00dc18de9cb74212a3
SHA1: 5d8092262e283f82fee67faff366b94e68a18745
MD5sum: 1f0344455867b22bce18dd0d046ad7d3
Description: Implementation of the C function scanf
scanf is an implementation of the C function scanf(3), modified
as necessary for Ruby compatibility.
.
The methods provided are String#scanf, IO#scanf, and Kernel#scanf.
Kernel#scanf is a wrapper around STDIN.scanf. IO#scanf can be
used on any IO stream, including file handles and sockets. scanf
can be called either with or without a block.
Description-md5:
Homepage: https://github.com/ruby/scanf
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-scanf/ruby-scanf_1.0.0-2_all.deb