How To Install rubygem-cucumber-wire on Fedora 36

In this tutorial we learn how to install rubygem-cucumber-wire in Fedora 36. rubygem-cucumber-wire is Wire protocol for Cucumber

Introduction

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

What is rubygem-cucumber-wire

Wire protocol for Cucumber.

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

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

sudo dnf -y install rubygem-cucumber-wire

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

sudo yum -y install rubygem-cucumber-wire

How To Uninstall rubygem-cucumber-wire on Fedora 36

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

sudo dnf remove rubygem-cucumber-wire

rubygem-cucumber-wire Package Contents on Fedora 36

/usr/share/gems/gems/cucumber-wire-6.2.0
/usr/share/gems/gems/cucumber-wire-6.2.0/LICENSE
/usr/share/gems/gems/cucumber-wire-6.2.0/lib
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/add_hooks_filter.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/configuration.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/connection.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/connections.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/data_packet.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/exception.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/plugin.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/protocol
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/protocol.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/protocol/requests.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/request_handler.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/snippet.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/step_argument.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/step_definition.rb
/usr/share/gems/gems/cucumber-wire-6.2.0/lib/cucumber/wire/version
/usr/share/gems/specifications/cucumber-wire-6.2.0.gemspec

References

Summary

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