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

Last updated: May 03,2024

1. Install "ruby-thread-safe" package

Please follow the steps below to install ruby-thread-safe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-thread-safe

2. Uninstall "ruby-thread-safe" package

Here is a brief guide to show you how to uninstall ruby-thread-safe on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-thread-safe $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-thread-safe
Priority: optional
Section: universe/ruby
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.3.5-3
Depends: ruby | ruby-interpreter, ruby-atomic
Filename: pool/universe/r/ruby-thread-safe/ruby-thread-safe_0.3.5-3_all.deb
Size: 26326
MD5sum: 487f48d681a55972232ab366b46109de
SHA1: 82d8dc8682fc6cec49441dec6d50a85cbab486de
SHA256: a175393dbc0531954ec95d993a0e59250bd850b9114417f2745239fc74183b31
Description-en: thread-safe collections and utilities for Ruby
This Ruby library contains a collection of data structures providing
thread-safe versions of arrays and hashes. These data structures lock
against the objects themselves for every method call, ensuring only one thread
can be reading or writing at a time.
.
These data structures as well as the utilities contained in this library make
thread-safe programming in Ruby easier.
Description-md5: 2bad8368f563e31c8a59de7850f004c2
Homepage: https://github.com/ruby-concurrency/thread_safe
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu