How To Install rubygem-multi_test on Fedora 36

In this tutorial we learn how to install rubygem-multi_test in Fedora 36. rubygem-multi_test is Wafter-thin gem to disable autorun of various testing libraries

Introduction

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

What is rubygem-multi_test

multi_test gives a uniform interface onto whatever testing library has been loaded into a running Ruby process. It can be used to clobber autorun behaviour from older versions of Test requires them.

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

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

sudo dnf -y install rubygem-multi_test

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

sudo yum -y install rubygem-multi_test

How To Uninstall rubygem-multi_test on Fedora 36

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

sudo dnf remove rubygem-multi_test

rubygem-multi_test Package Contents on Fedora 36

/usr/share/gems/gems/multi_test-0.1.2
/usr/share/gems/gems/multi_test-0.1.2/LICENSE
/usr/share/gems/gems/multi_test-0.1.2/lib
/usr/share/gems/gems/multi_test-0.1.2/lib/multi_test
/usr/share/gems/gems/multi_test-0.1.2/lib/multi_test.rb
/usr/share/gems/gems/multi_test-0.1.2/lib/multi_test/assertion_library.rb
/usr/share/gems/gems/multi_test-0.1.2/lib/multi_test/minitest_world.rb
/usr/share/gems/specifications/multi_test-0.1.2.gemspec

References

Summary

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