How to Install and Uninstall ruby-thread-safe Package on Kali Linux

Last updated: May 03,2024

1. Install "ruby-thread-safe" package

Please follow the guidance below to install ruby-thread-safe on Kali Linux

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

2. Uninstall "ruby-thread-safe" package

Please follow the guidelines below to uninstall ruby-thread-safe on Kali Linux:

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

3. Information about the ruby-thread-safe package on Kali Linux

Package: ruby-thread-safe
Version: 0.3.6-1
Installed-Size: 112
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter, ruby-atomic
Size: 26372
SHA256: 870639167406194231524ac0798f234ac29a067ff5f5e98a1b5d609072e9a966
SHA1: 4bfd40e067ba4fe0d5b63f9fcb11182a84495f95
MD5sum: b75a1c668af1e05d6d3aff083a79788c
Description: 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:
Homepage: https://github.com/ruby-concurrency/thread_safe
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-thread-safe/ruby-thread-safe_0.3.6-1_all.deb