How To Install rubygem-hrx on Fedora 36

In this tutorial we learn how to install rubygem-hrx in Fedora 36. rubygem-hrx is An HRX parser and serializer

Introduction

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

What is rubygem-hrx

A parser and serializer for the HRX human-readable archive format.

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

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

sudo dnf -y install rubygem-hrx

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

sudo yum -y install rubygem-hrx

How To Uninstall rubygem-hrx on Fedora 36

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

sudo dnf remove rubygem-hrx

rubygem-hrx Package Contents on Fedora 36

/usr/share/gems/gems/hrx-1.0.0
/usr/share/gems/gems/hrx-1.0.0/LICENSE
/usr/share/gems/gems/hrx-1.0.0/lib
/usr/share/gems/gems/hrx-1.0.0/lib/hrx
/usr/share/gems/gems/hrx-1.0.0/lib/hrx.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/archive.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/directory.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/error.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/file.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/ordered_node.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/parse_error.rb
/usr/share/gems/gems/hrx-1.0.0/lib/hrx/util.rb
/usr/share/gems/specifications/hrx-1.0.0.gemspec

References

Summary

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