How to Install and Uninstall ruby-in-parallel Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "ruby-in-parallel" package

Learn how to install ruby-in-parallel on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "ruby-in-parallel" package

This tutorial shows how to uninstall ruby-in-parallel on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-in-parallel package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-in-parallel
Architecture: all
Version: 0.1.17-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Freexian Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-in-parallel/ruby-in-parallel_0.1.17-1_all.deb
Size: 8240
MD5sum: 8b4160f2c89eac598fbdb8136b55f144
SHA1: 120748f3d26cec47754ae34b0866715c52d3e900
SHA256: 0bd20c0970e75e81020a65a91a14af5fc4d6125a08ff3d01f52c718e4c49584d
SHA512: 5d0e9476f882ed810228daf4495222be88a44d4b05e70e8b39160457bc6fd1089e3a84f70b9f04618421ee2d4ef13c87c9af2fb1fa0d136d78c5769ae605c618
Homepage: https://github.com/puppetlabs/in-parallel
Description-en: 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: 2a0638380e9e23d884fdffd6274c67d6
Ruby-Versions: all