How To Install rubygem-jmespath on Fedora 36

In this tutorial we learn how to install rubygem-jmespath in Fedora 36. rubygem-jmespath is JMESPath - Ruby Edition

Introduction

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

What is rubygem-jmespath

Implements JMESPath for Ruby.

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

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

sudo dnf -y install rubygem-jmespath

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

sudo yum -y install rubygem-jmespath

How To Uninstall rubygem-jmespath on Fedora 36

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

sudo dnf remove rubygem-jmespath

rubygem-jmespath Package Contents on Fedora 36

/usr/share/gems/gems/jmespath-1.5.0
/usr/share/gems/gems/jmespath-1.5.0/LICENSE.txt
/usr/share/gems/gems/jmespath-1.5.0/VERSION
/usr/share/gems/gems/jmespath-1.5.0/lib
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/caching_parser.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/errors.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/lexer.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/and.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/comparator.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/condition.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/current.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/expression.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/field.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/flatten.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/function.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/index.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/literal.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/multi_select_hash.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/multi_select_list.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/not.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/or.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/pipe.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/projection.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/slice.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/nodes/subexpression.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/parser.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/runtime.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/token.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/token_stream.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/util.rb
/usr/share/gems/gems/jmespath-1.5.0/lib/jmespath/version.rb
/usr/share/gems/specifications/jmespath-1.5.0.gemspec

References

Summary

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