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

Last updated: May 05,2024

1. Install "ruby-threach" package

Please follow the guidelines below to install ruby-threach on Kali Linux

$ sudo apt update $ sudo apt install ruby-threach

2. Uninstall "ruby-threach" package

In this section, we are going to explain the necessary steps to uninstall ruby-threach on Kali Linux:

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

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

Package: ruby-threach
Version: 0.2.0-2
Installed-Size: 22
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 5320
SHA256: f47ae23cb285b74e8926d9f5b4107b6114b44c182cb7f9db58d084e502a250da
SHA1: bb8ed38b38753cd27c6cc8a971c523cf43917c2f
MD5sum: a9f002d96686d0d21cb9b4f003b134ff
Description: Threaded each
An addition to the Enumerable Ruby module that allows easy use of threaded
each and each-like iterators. It's a very simple producer-consumer model.
.
If you're using stock (MRI) ruby -- you probably shouldn't bother with threach
unless you're doing IO-intensive stuff. It'll just slow things down. But if
you're using a ruby implementation that has real threads, like JRuby, this
will give you relatively painless multi-threading.
Description-md5:
Homepage: http://github.com/billdueber/threach
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-threach/ruby-threach_0.2.0-2_all.deb