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

Last updated: October 10,2024

1. Install "rubygem-minitest.noarch" package

Please follow the instructions below to install rubygem-minitest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:33:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rubygem-minitest
Version : 5.14.2
Release : 160.el9_0
Architecture : noarch
Size : 89 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Minitest provides a complete suite of testing facilities
URL : https://www.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.