How To Install rubygem-mixlib-config on Fedora 36

In this tutorial we learn how to install rubygem-mixlib-config in Fedora 36. rubygem-mixlib-config is Simple Ruby config mix-in

Introduction

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

What is rubygem-mixlib-config

A class-based config mixin, similar to the one found in Chef.

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

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

sudo dnf -y install rubygem-mixlib-config

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

sudo yum -y install rubygem-mixlib-config

How To Uninstall rubygem-mixlib-config on Fedora 36

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

sudo dnf remove rubygem-mixlib-config

rubygem-mixlib-config Package Contents on Fedora 36

/usr/share/gems/gems/mixlib-config-2.2.4
/usr/share/gems/gems/mixlib-config-2.2.4/LICENSE
/usr/share/gems/gems/mixlib-config-2.2.4/lib
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config.rb
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config/configurable.rb
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config/reopened_config_context_with_configurable_error.rb
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config/reopened_configurable_with_config_context_error.rb
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config/unknown_config_option_error.rb
/usr/share/gems/gems/mixlib-config-2.2.4/lib/mixlib/config/version.rb
/usr/share/gems/specifications/mixlib-config-2.2.4.gemspec

References

Summary

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