How to Install and Uninstall rubygem-minitest.noarch Package on Amazon Linux 2

Last updated: November 29,2024

1. Install "rubygem-minitest.noarch" package

Learn how to install rubygem-minitest.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rubygem-minitest.noarch

2. Uninstall "rubygem-minitest.noarch" package

Please follow the guidance below to uninstall rubygem-minitest.noarch on Amazon Linux 2:

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

3. Information about the rubygem-minitest.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rubygem-minitest
Arch : noarch
Version : 4.3.2
Release : 36.amzn2.0.2
Size : 68 k
Repo : amzn2-core/2/x86_64
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.