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

Last updated: November 22,2024

1. Install "ruby-parallel" package

In this section, we are going to explain the necessary steps to install ruby-parallel on Kali Linux

$ sudo apt update $ sudo apt install ruby-parallel

2. Uninstall "ruby-parallel" package

Here is a brief guide to show you how to uninstall ruby-parallel on Kali Linux:

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

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

Package: ruby-parallel
Version: 1.22.1-2
Installed-Size: 42
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-progressbar
Size: 11964
SHA256: 941a1dccbe7b1fc041a5e5cb9ed0b434e1c80d8aa88c706a2deb1ef9ba198faf
SHA1: 165f0193ce1e7fb750d8c038f567511be2166558
MD5sum: 222fa8dd9a536aca130b5b3178041dfd
Description: library to run any kind of code in parallel processes
This package provides a Ruby library to run any code in parallel Processes (in
order to use all CPUs) or Threads (to speedup blocking operations).
.
This is best suited for map-reduce operations or e.g. parallel
downloads or uploads.
Description-md5:
Homepage: https://github.com/grosser/parallel
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-parallel/ruby-parallel_1.22.1-2_all.deb