How To Install rubygem-request_store on Fedora 36

In this tutorial we learn how to install rubygem-request_store in Fedora 36. rubygem-request_store is RequestStore gives you per-request global storage

Introduction

In this tutorial we learn how to install rubygem-request_store on Fedora 36.

What is rubygem-request_store

RequestStore gives you per-request global storage.

We can use yum or dnf to install rubygem-request_store on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-request_store.

Install rubygem-request_store on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-request_store using dnf by running the following command:

sudo dnf -y install rubygem-request_store

Install rubygem-request_store on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-request_store using yum by running the following command:

sudo yum -y install rubygem-request_store

How To Uninstall rubygem-request_store on Fedora 36

To uninstall only the rubygem-request_store package we can use the following command:

sudo dnf remove rubygem-request_store

rubygem-request_store Package Contents on Fedora 36

/usr/share/gems/gems/request_store-1.3.2
/usr/share/gems/gems/request_store-1.3.2/LICENSE.txt
/usr/share/gems/gems/request_store-1.3.2/lib
/usr/share/gems/gems/request_store-1.3.2/lib/request_store
/usr/share/gems/gems/request_store-1.3.2/lib/request_store.rb
/usr/share/gems/gems/request_store-1.3.2/lib/request_store/middleware.rb
/usr/share/gems/gems/request_store-1.3.2/lib/request_store/railtie.rb
/usr/share/gems/gems/request_store-1.3.2/lib/request_store/version.rb
/usr/share/gems/specifications/request_store-1.3.2.gemspec

References

Summary

In this tutorial we learn how to install rubygem-request_store on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).