How To Install rubygem-ZenTest on Fedora 36

In this tutorial we learn how to install rubygem-ZenTest in Fedora 36. rubygem-ZenTest is Automated test scaffolding for Ruby

Introduction

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

What is rubygem-ZenTest

ZenTest is an automated test scaffolding for Ruby that provides 4 different tools test conformance auditing and rapid XP.

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

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

sudo dnf -y install rubygem-ZenTest

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

sudo yum -y install rubygem-ZenTest

How To Uninstall rubygem-ZenTest on Fedora 36

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

sudo dnf remove rubygem-ZenTest

rubygem-ZenTest Package Contents on Fedora 36

/usr/bin/autotest
/usr/bin/multigem
/usr/bin/multiruby
/usr/bin/multiruby_setup
/usr/bin/unit_diff
/usr/bin/zentest
/usr/share/gems/gems/ZenTest-4.11.2
/usr/share/gems/gems/ZenTest-4.11.2/Manifest.txt
/usr/share/gems/gems/ZenTest-4.11.2/README.txt
/usr/share/gems/gems/ZenTest-4.11.2/bin
/usr/share/gems/gems/ZenTest-4.11.2/bin/autotest
/usr/share/gems/gems/ZenTest-4.11.2/bin/multigem
/usr/share/gems/gems/ZenTest-4.11.2/bin/multiruby
/usr/share/gems/gems/ZenTest-4.11.2/bin/multiruby_setup
/usr/share/gems/gems/ZenTest-4.11.2/bin/unit_diff
/usr/share/gems/gems/ZenTest-4.11.2/bin/zentest
/usr/share/gems/gems/ZenTest-4.11.2/lib
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/autoupdate.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/bundler.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/isolate.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/once.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/preload.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/rcov.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/restart.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/autotest/timestamp.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/focus.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/functional_test_matrix.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/multiruby.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/unit_diff.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/zentest.rb
/usr/share/gems/gems/ZenTest-4.11.2/lib/zentest_mapping.rb
/usr/share/gems/specifications/ZenTest-4.11.2.gemspec

References

Summary

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