How to Install and Uninstall ruby-request-store Package on Kali Linux

Last updated: September 19,2024

1. Install "ruby-request-store" package

Learn how to install ruby-request-store on Kali Linux

$ sudo apt update $ sudo apt install ruby-request-store

2. Uninstall "ruby-request-store" package

This is a short guide on how to uninstall ruby-request-store on Kali Linux:

$ sudo apt remove ruby-request-store $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-request-store package on Kali Linux

Package: ruby-request-store
Version: 1.5.1-1
Installed-Size: 25
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-rack (>= 1.4)
Suggests: ruby-railties
Size: 6620
SHA256: 608eaf2a8318e62af108e56e16956c399b6119f8ab4d53243d5f8489097f9ebe
SHA1: 7f2489307404b4d4d7a655c63fe1cf24e87a2b6c
MD5sum: b24883933a3601ff67ca619f795e2a42
Description: per-request global variable storage for Rack-based web servers
RequestStore gives you per-request global storage of variables for Rack-
compliant web servers. It is intended as an alternative to Thread.current, to
avoid bugs in threaded server implementations. RequestStore supports Rails 3+
out-of-the-box, but can be configured for use in Rails 2.x and non-Rails
environments.
Description-md5:
Homepage: https://github.com/steveklabnik/request_store
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-request-store/ruby-request-store_1.5.1-1_all.deb