How To Install rubygem-minitest-profile on Fedora 36

In this tutorial we learn how to install rubygem-minitest-profile in Fedora 36. rubygem-minitest-profile is Outputter to display the slowest tests in a minitest suite

Introduction

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

What is rubygem-minitest-profile

Outputter to display the slowest tests in a minitest suite.

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

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

sudo dnf -y install rubygem-minitest-profile

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

sudo yum -y install rubygem-minitest-profile

How To Uninstall rubygem-minitest-profile on Fedora 36

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

sudo dnf remove rubygem-minitest-profile

rubygem-minitest-profile Package Contents on Fedora 36

/usr/share/gems/gems/minitest-profile-0.0.2
/usr/share/gems/gems/minitest-profile-0.0.2/LICENSE.txt
/usr/share/gems/gems/minitest-profile-0.0.2/lib
/usr/share/gems/gems/minitest-profile-0.0.2/lib/minitest
/usr/share/gems/gems/minitest-profile-0.0.2/lib/minitest/profile.rb
/usr/share/gems/gems/minitest-profile-0.0.2/lib/minitest/profile_plugin.rb
/usr/share/gems/specifications/minitest-profile-0.0.2.gemspec

References

Summary

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