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

Last updated: May 18,2024

1. Install "ruby-threach" package

Please follow the guidance below to install ruby-threach on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-threach

2. Uninstall "ruby-threach" package

Please follow the guidance below to uninstall ruby-threach on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: ruby-threach
Architecture: all
Version: 0.2.0-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-threach/ruby-threach_0.2.0-2_all.deb
Size: 5364
MD5sum: 0cab66302b3dd2624c691d205af81f72
SHA1: c89fe10f298efad29a6b9af6d60e748a1189f354
SHA256: 48a500136f2901ae0a3c2cef3e228f1df86375fbe359f80944f41c8d61ee42d5
SHA512: a13c624f6a3a19dc49e5551eb95fe5f9bdc3b4532581e6594815a76fd32e1c8a3bfadadb7ed0e57c4c2006ab51b74b4bdcf79e70e18a03fc1ebe5a0e54bd5fd6
Homepage: http://github.com/billdueber/threach
Description-en: 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: 18c0c5b177f644ba81fbf9aef23a44e4
Ruby-Versions: all