How To Install rubygem-fog-json on Fedora 36

In this tutorial we learn how to install rubygem-fog-json in Fedora 36. rubygem-fog-json is JSON parsing for fog providers

Introduction

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

What is rubygem-fog-json

Extraction of the JSON parsing tools shared between a number of providers in the ‘fog’ gem.

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

Install rubygem-fog-json 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-fog-json using dnf by running the following command:

sudo dnf -y install rubygem-fog-json

Install rubygem-fog-json 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-fog-json using yum by running the following command:

sudo yum -y install rubygem-fog-json

How To Uninstall rubygem-fog-json on Fedora 36

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

sudo dnf remove rubygem-fog-json

rubygem-fog-json Package Contents on Fedora 36

/usr/share/gems/gems/fog-json-1.2.0
/usr/share/gems/gems/fog-json-1.2.0/LICENSE.md
/usr/share/gems/gems/fog-json-1.2.0/lib
/usr/share/gems/gems/fog-json-1.2.0/lib/fog
/usr/share/gems/gems/fog-json-1.2.0/lib/fog/json
/usr/share/gems/gems/fog-json-1.2.0/lib/fog/json.rb
/usr/share/gems/gems/fog-json-1.2.0/lib/fog/json/version.rb
/usr/share/gems/specifications/fog-json-1.2.0.gemspec

References

Summary

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