How To Install rubygem-introspection on Fedora 36

In this tutorial we learn how to install rubygem-introspection in Fedora 36. rubygem-introspection is Dynamic inspection of the hierarchy of method definitions on a Ruby object

Introduction

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

What is rubygem-introspection

Dynamic inspection of the hierarchy of method definitions on a Ruby object.

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

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

sudo dnf -y install rubygem-introspection

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

sudo yum -y install rubygem-introspection

How To Uninstall rubygem-introspection on Fedora 36

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

sudo dnf remove rubygem-introspection

rubygem-introspection Package Contents on Fedora 36

/usr/share/gems/gems/introspection-0.0.4
/usr/share/gems/gems/introspection-0.0.4/COPYING.txt
/usr/share/gems/gems/introspection-0.0.4/lib
/usr/share/gems/gems/introspection-0.0.4/lib/introspection
/usr/share/gems/gems/introspection-0.0.4/lib/introspection.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/assertions.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/core_ext
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/core_ext.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/core_ext/symbol.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/method.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/receivers.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/snapshot.rb
/usr/share/gems/gems/introspection-0.0.4/lib/introspection/version.rb
/usr/share/gems/specifications/introspection-0.0.4.gemspec

References

Summary

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