How to Install and Uninstall ruby-io-like Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby-io-like" package

This is a short guide on how to install ruby-io-like on Kali Linux

$ sudo apt update $ sudo apt install ruby-io-like

2. Uninstall "ruby-io-like" package

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

$ sudo apt remove ruby-io-like $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-io-like package on Kali Linux

Package: ruby-io-like
Version: 0.3.0-1.1
Installed-Size: 78
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 14576
SHA256: 641b02a3bf41c087fc56ef486162e198450bfac7c6a25f53e379cf5df7d8d6e8
SHA1: 1386208e890eef0f5f37c40d3db4837c9695ce88
MD5sum: f89e7bf334f420388f017b9c0e125098
Description: Provides the functionality of an IO object to any class
The IO::Like module provides the methods of an IO object based upon on a few
simple methods provided by the including class: unbuffered_read,
unbuffered_write, and unbuffered_seek.
.
These methods provide the underlying read, write, and seek support
respectively, and only the method or methods necessary to the correct
operation of the IO aspects of the including class need to be provided.
.
Missing functionality will cause the resulting object to appear read-only,
write-only, and/or unseekable depending on which underlying methods are
absent. Additionally, read and write operations which are buffered in IO are
buffered with independently configurable buffer sizes.
Duplexed objects (those with separate read and write streams)
are also supported.
Description-md5:
Homepage: http://io-like.rubyforge.org
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-io-like/ruby-io-like_0.3.0-1.1_all.deb