How to Install and Uninstall ruby-io-like Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "ruby-io-like" package

Please follow the guidance below to install ruby-io-like on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "ruby-io-like" package

Please follow the guidance below to uninstall ruby-io-like on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-io-like package on Ubuntu 21.10 (Impish Indri)

Package: ruby-io-like
Architecture: all
Version: 0.3.0-1.1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 78
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-io-like/ruby-io-like_0.3.0-1.1_all.deb
Size: 14612
MD5sum: a1b0a4c8caaa1f953cad7935023403a4
SHA1: 2f24c3f189d1418e1e36d005397ef1c6314710ee
SHA256: 501d1745189b9193ed9d7354a346f050c1ff4c1987ebc2ea4b9d4864f711e4ce
SHA512: 84eae99455ab459687384967ea338a62621ca5d79e62195bf4d9c99cafbda973a8353744334bf764d332e0cf171761abb84b0ba4c000ae0359b367d3a24f18f0
Homepage: http://io-like.rubyforge.org
Description-en: 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: 8416c8f389972e0518b6f71acf5897a9
Ruby-Versions: all