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

Last updated: May 10,2024

1. Install "ruby-request-store" package

In this section, we are going to explain the necessary steps to install ruby-request-store on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "ruby-request-store" package

Please follow the guidance below to uninstall ruby-request-store on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-request-store
Priority: optional
Section: universe/ruby
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.3.0-1
Depends: ruby | ruby-interpreter
Suggests: ruby-railties (>= 2:3.0)
Filename: pool/universe/r/ruby-request-store/ruby-request-store_1.3.0-1_all.deb
Size: 5226
MD5sum: c6247940a7f58a16bc09c91bf26aa7f4
SHA1: af619766b5b7e066fc2561390c1e353d3eb57fef
SHA256: 129d4079f4ae70fee9a9da03b3b6432caf386e6b6968859b548a6f3b35bbb0bb
Description-en: 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: e85a174b1f7bc8d95fe6dbd64e372a10
Homepage: http://github.com/steveklabnik/request_store
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu