How To Install rubygem-nesty on Fedora 36

In this tutorial we learn how to install rubygem-nesty in Fedora 36. rubygem-nesty is Nested exception support for Ruby

Introduction

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

What is rubygem-nesty

Nested exception support for Ruby.

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

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

sudo dnf -y install rubygem-nesty

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

sudo yum -y install rubygem-nesty

How To Uninstall rubygem-nesty on Fedora 36

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

sudo dnf remove rubygem-nesty

rubygem-nesty Package Contents on Fedora 36

/usr/share/gems/gems/nesty-1.0.2
/usr/share/gems/gems/nesty-1.0.2/LICENSE.txt
/usr/share/gems/gems/nesty-1.0.2/lib
/usr/share/gems/gems/nesty-1.0.2/lib/nesty
/usr/share/gems/gems/nesty-1.0.2/lib/nesty.rb
/usr/share/gems/gems/nesty-1.0.2/lib/nesty/nested_error.rb
/usr/share/gems/gems/nesty-1.0.2/lib/nesty/nested_standard_error.rb
/usr/share/gems/gems/nesty-1.0.2/lib/nesty/version.rb
/usr/share/gems/specifications/nesty-1.0.2.gemspec

References

Summary

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