How to Install and Uninstall ruby-io-like Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "ruby-io-like" package

Please follow the steps below to install ruby-io-like on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "ruby-io-like" package

Please follow the instructions below to uninstall ruby-io-like on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-io-like package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-io-like
Architecture: all
Version: 0.3.0-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: 79
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-io-like/ruby-io-like_0.3.0-1_all.deb
Size: 14480
MD5sum: 9b2bbf9d069ac5d29a0f3bf21fe3b72b
SHA1: c89bb9efa0c2a874768ce36d4e93e2d2f3b9048b
SHA256: dea48b03fbb0e4f8ce6f3391f15d9c6d9616913fad0c7732974723f71f0f5e80
SHA512: b960589d2b8c1842464c65996b922df29022c6c881f0f8e86eb0210ad0bddab741ec4363267a44db50b63a895ceceea72d5c63ca018ab037e6a0dd9f176ebe03
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