How to Install and Uninstall rubygem-minitest.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "rubygem-minitest.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-minitest.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-minitest.noarch" package

Please follow the guidance below to uninstall rubygem-minitest.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-minitest.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:24:34 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-minitest
Version : 5.10.3
Release : 111.module+el8.9.0+19193+435404ae
Architecture : noarch
Size : 124 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
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.