How To Install rubygem-rubeyond on Fedora 36

In this tutorial we learn how to install rubygem-rubeyond in Fedora 36. rubygem-rubeyond is A development framework for Ruby

Introduction

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

What is rubygem-rubeyond

Rubeyond provides addition general classes, mixins and functions to round out the standard library that ships with the Ruby language.

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

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

sudo dnf -y install rubygem-rubeyond

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

sudo yum -y install rubygem-rubeyond

How To Uninstall rubygem-rubeyond on Fedora 36

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

sudo dnf remove rubygem-rubeyond

rubygem-rubeyond Package Contents on Fedora 36

/usr/share/gems/gems/rubeyond-0.1
/usr/share/gems/gems/rubeyond-0.1/ChangeLog
/usr/share/gems/gems/rubeyond-0.1/LICENSE
/usr/share/gems/gems/rubeyond-0.1/TODO
/usr/share/gems/gems/rubeyond-0.1/lib
/usr/share/gems/gems/rubeyond-0.1/lib/rubeyond
/usr/share/gems/gems/rubeyond-0.1/lib/rubeyond.rb
/usr/share/gems/gems/rubeyond-0.1/lib/rubeyond/uuid.rb
/usr/share/gems/specifications/rubeyond-0.1.gemspec

References

Summary

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