How to Install and Uninstall ruby-slow-enumerator-tools Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "ruby-slow-enumerator-tools" package

Here is a brief guide to show you how to install ruby-slow-enumerator-tools on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-slow-enumerator-tools

2. Uninstall "ruby-slow-enumerator-tools" package

Please follow the steps below to uninstall ruby-slow-enumerator-tools on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-slow-enumerator-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-slow-enumerator-tools package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-slow-enumerator-tools
Architecture: all
Version: 1.1.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: 28
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-slow-enumerator-tools/ruby-slow-enumerator-tools_1.1.0-1_all.deb
Size: 5956
MD5sum: 6fc0d459395d016af38f5df8a55d0c25
SHA1: 0706cf61d5517b55a1be1c20714a03793ea88931
SHA256: 98b2616234febd1c938376c5c30e409c4124b0e6e37accfe245208daa6c20da0
SHA512: 84c1adfb6bc986a0e562769882cd3520b8116b59154fd59dab4f3dc2f15669be2d8f8f45f42f8bdb6fa83a0bb298a0d5ced1a7387a8b958c91253d5af0a51aa1
Homepage: https://github.com/ddfreyne/slow_enumerator_tools
Description-en: transformation of Ruby enumerators to produce data slowly and unpredictably
This Ruby library provides tools for transforming Ruby enumerators that
produce data slowly and unpredictably.
.
* SlowEnumeratorTools.merge: given a collection of enumerables, creates a
new enumerator that yields elements from any of these enumerables as soon
as they become available.
.
* SlowEnumeratorTools.batch: given an enumerable, creates a new enumerable
that yields batches containing all elements currently available.
.
* SlowEnumeratorTools.buffer: given an enumerable and a number, will create
a buffer of that number of elements and try to fill it up with as many
elements from that enumerable, so that they can be yielded immediately.
Description-md5: 8c004341e0354d953a4bd327c063a96e
Ruby-Versions: all