How to Install and Uninstall ruby-in-parallel Package on Ubuntu 21.10 (Impish Indri)
Last updated: November 06,2024
1. Install "ruby-in-parallel" package
This guide let you learn how to install ruby-in-parallel on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
ruby-in-parallel
Copied
2. Uninstall "ruby-in-parallel" package
This is a short guide on how to uninstall ruby-in-parallel on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
ruby-in-parallel
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the ruby-in-parallel package on Ubuntu 21.10 (Impish Indri)
Package: ruby-in-parallel
Architecture: all
Version: 0.1.17-1.3
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.3_all.deb
Size: 8412
MD5sum: bd841ba2461cbcbe815b8a408dd82407
SHA1: 1f516c0e6a2528cf0d1a72c9a3400b56e6c12a3d
SHA256: 627662da0e302a70ecb8ee2ff0126455e1a94a253d7016f050038f2fe5f5e0cd
SHA512: 0d59d01fd1412bb91b4ddd2e225486b780536b489c71e280432a69fc198bc7422ddbf40af874ca798b88f98bdb2c122c710ab86fc9633345d8024f60b32b868d
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
Architecture: all
Version: 0.1.17-1.3
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.3_all.deb
Size: 8412
MD5sum: bd841ba2461cbcbe815b8a408dd82407
SHA1: 1f516c0e6a2528cf0d1a72c9a3400b56e6c12a3d
SHA256: 627662da0e302a70ecb8ee2ff0126455e1a94a253d7016f050038f2fe5f5e0cd
SHA512: 0d59d01fd1412bb91b4ddd2e225486b780536b489c71e280432a69fc198bc7422ddbf40af874ca798b88f98bdb2c122c710ab86fc9633345d8024f60b32b868d
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