How To Install rubygem-uuid on Fedora 36

In this tutorial we learn how to install rubygem-uuid in Fedora 36. rubygem-uuid is UUID generator based on RFC 4122

Introduction

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

What is rubygem-uuid

UUID generator for producing universally unique identifiers based on RFC 4122 (http

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

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

sudo dnf -y install rubygem-uuid

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

sudo yum -y install rubygem-uuid

How To Uninstall rubygem-uuid on Fedora 36

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

sudo dnf remove rubygem-uuid

rubygem-uuid Package Contents on Fedora 36

/usr/bin/uuid.rb
/usr/share/gems/gems/uuid-2.3.7
/usr/share/gems/gems/uuid-2.3.7/MIT-LICENSE
/usr/share/gems/gems/uuid-2.3.7/bin
/usr/share/gems/gems/uuid-2.3.7/bin/uuid
/usr/share/gems/gems/uuid-2.3.7/lib
/usr/share/gems/gems/uuid-2.3.7/lib/uuid.rb
/usr/share/gems/gems/uuid-2.3.7/uuid.gemspec
/usr/share/gems/specifications/uuid-2.3.7.gemspec

References

Summary

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