How To Install rubygem-parseconfig on Fedora 36

In this tutorial we learn how to install rubygem-parseconfig in Fedora 36. rubygem-parseconfig is Config File Parser for Standard Unix/Linux Type Config Files

Introduction

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

What is rubygem-parseconfig

ParseConfig provides simple parsing of standard configuration files in the form of ‘param = value’. It also supports nested [group] sections.

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

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

sudo dnf -y install rubygem-parseconfig

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

sudo yum -y install rubygem-parseconfig

How To Uninstall rubygem-parseconfig on Fedora 36

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

sudo dnf remove rubygem-parseconfig

rubygem-parseconfig Package Contents on Fedora 36

/usr/share/gems/gems/parseconfig-1.1.2
/usr/share/gems/gems/parseconfig-1.1.2/Changelog
/usr/share/gems/gems/parseconfig-1.1.2/LICENSE
/usr/share/gems/gems/parseconfig-1.1.2/README.md
/usr/share/gems/gems/parseconfig-1.1.2/lib
/usr/share/gems/gems/parseconfig-1.1.2/lib/parseconfig.rb
/usr/share/gems/gems/parseconfig-1.1.2/lib/version.rb
/usr/share/gems/specifications/parseconfig-1.1.2.gemspec

References

Summary

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