How To Install rubygem-zoom on Fedora 36

In this tutorial we learn how to install rubygem-zoom in Fedora 36. rubygem-zoom is Ruby binding to ZOOM

Introduction

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

What is rubygem-zoom

Ruby/ZOOM provides a Ruby binding to the Z39.50 Object-Orientation Model (ZOOM), an abstract object-oriented programming interface to a subset of the services specified by the Z39.50 standard, also known as the international standard ISO 23950.

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

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

sudo dnf -y install rubygem-zoom

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

sudo yum -y install rubygem-zoom

How To Uninstall rubygem-zoom on Fedora 36

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

sudo dnf remove rubygem-zoom

rubygem-zoom Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/fa3dc8d1a3e3a4ac96e77d4b12b9117bd6effc
/usr/lib64/gems/ruby/zoom-0.5.0
/usr/lib64/gems/ruby/zoom-0.5.0/gem.build_complete
/usr/lib64/gems/ruby/zoom-0.5.0/zoom.so
/usr/share/gems/gems/zoom-0.5.0
/usr/share/gems/gems/zoom-0.5.0/ChangeLog
/usr/share/gems/gems/zoom-0.5.0/README.md
/usr/share/gems/gems/zoom-0.5.0/Rakefile
/usr/share/gems/specifications/zoom-0.5.0.gemspec

References

Summary

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