How To Install rubygem-rspec-pending_for on Fedora 36

In this tutorial we learn how to install rubygem-rspec-pending_for in Fedora 36. rubygem-rspec-pending_for is Mark specs pending or skipped for specific Ruby engine

Introduction

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

What is rubygem-rspec-pending_for

Mark specs pending or skipped for specific Ruby engine (e.g. MRI or JRuby) / version combinations.

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

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

sudo dnf -y install rubygem-rspec-pending_for

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

sudo yum -y install rubygem-rspec-pending_for

How To Uninstall rubygem-rspec-pending_for on Fedora 36

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

sudo dnf remove rubygem-rspec-pending_for

rubygem-rspec-pending_for Package Contents on Fedora 36

/usr/share/gems/gems/rspec-pending_for-0.1.16
/usr/share/gems/gems/rspec-pending_for-0.1.16/LICENSE
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for.rb
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for/build.rb
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for/engine_or_versions_required.rb
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for/rspec.rb
/usr/share/gems/gems/rspec-pending_for-0.1.16/lib/rspec/pending_for/version.rb
/usr/share/gems/specifications/rspec-pending_for-0.1.16.gemspec

References

Summary

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