How To Install rubygem-fog-xml on Fedora 36

In this tutorial we learn how to install rubygem-fog-xml in Fedora 36. rubygem-fog-xml is XML parsing for fog providers

Introduction

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

What is rubygem-fog-xml

Extraction of the XML parsing tools shared between a number of providers in the ‘fog’ gem.

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

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

sudo dnf -y install rubygem-fog-xml

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

sudo yum -y install rubygem-fog-xml

How To Uninstall rubygem-fog-xml on Fedora 36

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

sudo dnf remove rubygem-fog-xml

rubygem-fog-xml Package Contents on Fedora 36

/usr/share/gems/gems/fog-xml-0.1.4
/usr/share/gems/gems/fog-xml-0.1.4/LICENSE.md
/usr/share/gems/gems/fog-xml-0.1.4/lib
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/parsers
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/parsers/base.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/to_hash_document.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml/connection.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml/response.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml/sax_parser_connection.rb
/usr/share/gems/gems/fog-xml-0.1.4/lib/fog/xml/version.rb
/usr/share/gems/specifications/fog-xml-0.1.4.gemspec

References

Summary

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