How To Install rubygem-uuidtools on Fedora 36

In this tutorial we learn how to install rubygem-uuidtools in Fedora 36. rubygem-uuidtools is A simple universally unique ID generation library

Introduction

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

What is rubygem-uuidtools

UUIDTools was designed to be a simple library for generating any of the various types of UUIDs. It conforms to RFC 4122 whenever possible.

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

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

sudo dnf -y install rubygem-uuidtools

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

sudo yum -y install rubygem-uuidtools

How To Uninstall rubygem-uuidtools on Fedora 36

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

sudo dnf remove rubygem-uuidtools

rubygem-uuidtools Package Contents on Fedora 36

/usr/share/gems/gems/uuidtools-2.2.0
/usr/share/gems/gems/uuidtools-2.2.0/LICENSE.txt
/usr/share/gems/gems/uuidtools-2.2.0/lib
/usr/share/gems/gems/uuidtools-2.2.0/lib/compat
/usr/share/gems/gems/uuidtools-2.2.0/lib/compat/securerandom.rb
/usr/share/gems/gems/uuidtools-2.2.0/lib/uuidtools
/usr/share/gems/gems/uuidtools-2.2.0/lib/uuidtools.rb
/usr/share/gems/gems/uuidtools-2.2.0/lib/uuidtools/version.rb
/usr/share/gems/specifications/uuidtools-2.2.0.gemspec

References

Summary

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