How to Install and Uninstall ruby-in-parallel Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-in-parallel" package

Here is a brief guide to show you how to install ruby-in-parallel on Kali Linux

$ sudo apt update $ sudo apt install ruby-in-parallel

2. Uninstall "ruby-in-parallel" package

This is a short guide on how to uninstall ruby-in-parallel on Kali Linux:

$ sudo apt remove ruby-in-parallel $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-in-parallel package on Kali Linux

Package: ruby-in-parallel
Version: 1.0.1-1
Installed-Size: 41
Maintainer: Debian QA Group
Architecture: all
Size: 10644
SHA256: d91f3180d61e13f2be443de890174540bb588d384a3862e0b6655bcdd44190da
SHA1: 609f03da58eee6e91637ec6dd15dfafd08f3d637
MD5sum: d4a61496540097cbeb04fc72b1c45484
Description: lightweight Ruby library with very simple syntax for parallelization
A lightweight Ruby library with very simple syntax, making use of
Process.fork to execute code in parallel.
.
Many other Ruby libraries that simplify parallel execution support
one primary use case - crunching through a large queue of small,
similar tasks as quickly and efficiently as possible. This library
primarily supports the use case of executing a few larger and
unrelated tasks in parallel, automatically managing the stdout and
passing return values back to the main process.
.
This library was created to be used by Puppet's Beaker test framework
to enable parallel execution of some of the framework's tasks, and
allow users to execute code in parallel within their tests.
.
If you are looking for something that excels at executing a large
queue of tasks in parallel as efficiently as possible, you should
take a look at the parallel project.
Description-md5:
Homepage: https://github.com/puppetlabs/in-parallel
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-in-parallel/ruby-in-parallel_1.0.1-1_all.deb