How To Install rubygem-marc on Fedora 36

In this tutorial we learn how to install rubygem-marc in Fedora 36. rubygem-marc is Ruby library for MARC catalog

Introduction

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

What is rubygem-marc

marc is a ruby library for reading and writing MAchine Readable Cataloging (MARC). More information about MARC can be found at <http

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

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

sudo dnf -y install rubygem-marc

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

sudo yum -y install rubygem-marc

How To Uninstall rubygem-marc on Fedora 36

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

sudo dnf remove rubygem-marc

rubygem-marc Package Contents on Fedora 36

/usr/share/gems/gems/marc-1.1.1
/usr/share/gems/gems/marc-1.1.1/Changes
/usr/share/gems/gems/marc-1.1.1/LICENSE
/usr/share/gems/gems/marc-1.1.1/README.md
/usr/share/gems/gems/marc-1.1.1/lib
/usr/share/gems/gems/marc-1.1.1/lib/marc
/usr/share/gems/gems/marc-1.1.1/lib/marc.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/constants.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/controlfield.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/datafield.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/dublincore.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/exception.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/marc8
/usr/share/gems/gems/marc-1.1.1/lib/marc/marc8/map_to_unicode.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/marc8/to_unicode.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/reader.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/record.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/subfield.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/version.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/writer.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/xml_parsers.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/xmlreader.rb
/usr/share/gems/gems/marc-1.1.1/lib/marc/xmlwriter.rb
/usr/share/gems/specifications/marc-1.1.1.gemspec

References

Summary

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