How To Install rubygem-shindo on Fedora 36

In this tutorial we learn how to install rubygem-shindo in Fedora 36. rubygem-shindo is Simple depth first Ruby testing

Introduction

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

What is rubygem-shindo

Work with your tests, not against them.

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

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

sudo dnf -y install rubygem-shindo

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

sudo yum -y install rubygem-shindo

How To Uninstall rubygem-shindo on Fedora 36

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

sudo dnf remove rubygem-shindo

rubygem-shindo Package Contents on Fedora 36

/usr/bin/shindo
/usr/bin/shindont
/usr/share/gems/gems/shindo-0.3.10
/usr/share/gems/gems/shindo-0.3.10/LICENSE.md
/usr/share/gems/gems/shindo-0.3.10/bin
/usr/share/gems/gems/shindo-0.3.10/bin/shindo
/usr/share/gems/gems/shindo-0.3.10/bin/shindont
/usr/share/gems/gems/shindo-0.3.10/lib
/usr/share/gems/gems/shindo-0.3.10/lib/shindo
/usr/share/gems/gems/shindo-0.3.10/lib/shindo.rb
/usr/share/gems/gems/shindo-0.3.10/lib/shindo/bin.rb
/usr/share/gems/gems/shindo-0.3.10/lib/shindo/rake.rb
/usr/share/gems/gems/shindo-0.3.10/lib/shindo/taciturn.rb
/usr/share/gems/gems/shindo-0.3.10/lib/shindo/verbose.rb
/usr/share/gems/specifications/shindo-0.3.10.gemspec

References

Summary

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