How To Install rubygem-multi_xml on Fedora 36

In this tutorial we learn how to install rubygem-multi_xml in Fedora 36. rubygem-multi_xml is A generic swappable back-end for XML parsing

Introduction

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

What is rubygem-multi_xml

Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.

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

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

sudo dnf -y install rubygem-multi_xml

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

sudo yum -y install rubygem-multi_xml

How To Uninstall rubygem-multi_xml on Fedora 36

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

sudo dnf remove rubygem-multi_xml

rubygem-multi_xml Package Contents on Fedora 36

/usr/share/gems/gems/multi_xml-0.6.0
/usr/share/gems/gems/multi_xml-0.6.0/LICENSE.md
/usr/share/gems/gems/multi_xml-0.6.0/lib
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/libxml.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/libxml2_parser.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/nokogiri.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/oga.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/ox.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/parsers/rexml.rb
/usr/share/gems/gems/multi_xml-0.6.0/lib/multi_xml/version.rb
/usr/share/gems/specifications/multi_xml-0.6.0.gemspec

References

Summary

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