How To Install rubygem-appraisal on Fedora 36

In this tutorial we learn how to install rubygem-appraisal in Fedora 36. rubygem-appraisal is Find out what your Ruby gems are worth

Introduction

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

What is rubygem-appraisal

Appraisal integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called “appraisals.”

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

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

sudo dnf -y install rubygem-appraisal

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

sudo yum -y install rubygem-appraisal

How To Uninstall rubygem-appraisal on Fedora 36

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

sudo dnf remove rubygem-appraisal

rubygem-appraisal Package Contents on Fedora 36

/usr/share/gems/gems/appraisal-0.5.2
/usr/share/gems/gems/appraisal-0.5.2/MIT-LICENSE
/usr/share/gems/gems/appraisal-0.5.2/features
/usr/share/gems/gems/appraisal-0.5.2/features/appraisals.feature
/usr/share/gems/gems/appraisal-0.5.2/features/gemspec.feature
/usr/share/gems/gems/appraisal-0.5.2/features/step_definitions
/usr/share/gems/gems/appraisal-0.5.2/features/step_definitions/dependency_steps.rb
/usr/share/gems/gems/appraisal-0.5.2/features/support
/usr/share/gems/gems/appraisal-0.5.2/features/support/aruba.rb
/usr/share/gems/gems/appraisal-0.5.2/features/support/env.rb
/usr/share/gems/gems/appraisal-0.5.2/lib
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/appraisal.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/command.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/dependency.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/file.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/gemfile.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/gemspec.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/task.rb
/usr/share/gems/gems/appraisal-0.5.2/lib/appraisal/version.rb
/usr/share/gems/specifications/appraisal-0.5.2.gemspec

References

Summary

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