How to Install and Uninstall ruby-slow-enumerator-tools Package on Kali Linux

Last updated: May 19,2024

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

Please follow the guidance below to install ruby-slow-enumerator-tools on Kali Linux

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

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

This guide let you learn how to uninstall ruby-slow-enumerator-tools on Kali Linux:

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

3. Information about the ruby-slow-enumerator-tools package on Kali Linux

Package: ruby-slow-enumerator-tools
Version: 1.1.0-1.1
Installed-Size: 28
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 6032
SHA256: 8cd99f8770b02122e3e05ecb2752b5243e29664f6eeac93b054505a3caaefa4b
SHA1: 1448cf8e277b0e2bb3f503c86590ae6997b4eaee
MD5sum: a635ff6745e79dcde661a83eadda42d8
Description: 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:
Homepage: https://github.com/ddfreyne/slow_enumerator_tools
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-slow-enumerator-tools/ruby-slow-enumerator-tools_1.1.0-1.1_all.deb