How To Install rubygem-cucumber-create-meta on Fedora 36

In this tutorial we learn how to install rubygem-cucumber-create-meta in Fedora 36. rubygem-cucumber-create-meta is Produce the meta message for Cucumber Ruby

Introduction

In this tutorial we learn how to install rubygem-cucumber-create-meta on Fedora 36.

What is rubygem-cucumber-create-meta

Produce the meta message for Cucumber Ruby.

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

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

sudo dnf -y install rubygem-cucumber-create-meta

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

sudo yum -y install rubygem-cucumber-create-meta

How To Uninstall rubygem-cucumber-create-meta on Fedora 36

To uninstall only the rubygem-cucumber-create-meta package we can use the following command:

sudo dnf remove rubygem-cucumber-create-meta

rubygem-cucumber-create-meta Package Contents on Fedora 36

/usr/share/gems/gems/cucumber-create-meta-6.0.1
/usr/share/gems/gems/cucumber-create-meta-6.0.1/LICENSE
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib/cucumber
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib/cucumber/ciDict.json
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib/cucumber/create_meta
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib/cucumber/create_meta.rb
/usr/share/gems/gems/cucumber-create-meta-6.0.1/lib/cucumber/create_meta/variable_expression.rb
/usr/share/gems/specifications/cucumber-create-meta-6.0.1.gemspec

References

Summary

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