How To Install rubygem-isolate on Fedora 36

In this tutorial we learn how to install rubygem-isolate in Fedora 36. rubygem-isolate is Very simple RubyGems sandbox

Introduction

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

What is rubygem-isolate

Isolate is a very simple RubyGems sandbox. It provides a way to express and automatically install your project’s Gem dependencies.

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

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

sudo dnf -y install rubygem-isolate

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

sudo yum -y install rubygem-isolate

How To Uninstall rubygem-isolate on Fedora 36

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

sudo dnf remove rubygem-isolate

rubygem-isolate Package Contents on Fedora 36

/usr/share/gems/gems/isolate-3.5.0
/usr/share/gems/gems/isolate-3.5.0/CHANGELOG.rdoc
/usr/share/gems/gems/isolate-3.5.0/README.rdoc
/usr/share/gems/gems/isolate-3.5.0/lib
/usr/share/gems/gems/isolate-3.5.0/lib/hoe
/usr/share/gems/gems/isolate-3.5.0/lib/hoe/isolate.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate
/usr/share/gems/gems/isolate-3.5.0/lib/isolate.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/completely.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/entry.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/events.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/now.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/rake.rb
/usr/share/gems/gems/isolate-3.5.0/lib/isolate/sandbox.rb
/usr/share/gems/specifications/isolate-3.5.0.gemspec

References

Summary

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