How to Install and Uninstall ruby-threach Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 25,2024

1. Install "ruby-threach" package

Please follow the guidance below to install ruby-threach on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-threach

2. Uninstall "ruby-threach" package

Please follow the steps below to uninstall ruby-threach on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-threach package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-threach
Priority: optional
Section: universe/ruby
Installed-Size: 22
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.2.0-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-threach/ruby-threach_0.2.0-1_all.deb
Size: 5078
MD5sum: cd46160bf6435dcf21b9cbdb8ebc0d2a
SHA1: ac4791810e2546861ca729b05a17827402fa2028
SHA256: a99f35cb0bfe8970f7f7dcd601bb1e4b47c1b06a82c29ba7bc8e341fc763ef73
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
Homepage: http://github.com/billdueber/threach
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu