How to Install and Uninstall rubygem-minitest.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "rubygem-minitest.noarch" package

Please follow the guidance below to install rubygem-minitest.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install rubygem-minitest.noarch

2. Uninstall "rubygem-minitest.noarch" package

Here is a brief guide to show you how to uninstall rubygem-minitest.noarch on Rocky Linux 8:

$ sudo dnf remove rubygem-minitest.noarch $ sudo dnf autoremove

3. Information about the rubygem-minitest.noarch package on Rocky Linux 8

Last metadata expiration check: 1:25:05 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : rubygem-minitest
Version : 5.10.3
Release : 110.module+el8.6.0+992+fc951c18
Architecture : noarch
Size : 122 k
Source : ruby-2.5.9-110.module+el8.6.0+992+fc951c18.src.rpm
Repository : appstream
Summary : Minitest provides a complete suite of testing facilities
URL : http://ruby-lang.org/
License : MIT
Description : minitest/unit is a small and incredibly fast unit testing framework.
:
: minitest/spec is a functionally complete spec engine.
:
: minitest/benchmark is an awesome way to assert the performance of your
: algorithms in a repeatable manner.
:
: minitest/mock by Steven Baker, is a beautifully tiny mock object
: framework.
:
: minitest/pride shows pride in testing and adds coloring to your test
: output.