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

Last updated: November 26,2024

1. Install "rubygem-test-unit.noarch" package

Learn how to install rubygem-test-unit.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rubygem-test-unit.noarch

2. Uninstall "rubygem-test-unit.noarch" package

This is a short guide on how to uninstall rubygem-test-unit.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rubygem-test-unit.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:56:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-test-unit
Version : 3.2.7
Release : 111.module+el8.9.0+19193+435404ae
Architecture : noarch
Size : 183 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
Summary : An xUnit family unit testing framework for Ruby
URL : http://ruby-lang.org/
License : (Ruby or BSD) and (Ruby or BSD or Python) and (Ruby or BSD or LGPLv2+)
Description : Test::Unit (test-unit) is unit testing framework for Ruby, based on xUnit
: principles. These were originally designed by Kent Beck, creator of extreme
: programming software development methodology, for Smalltalk's SUnit. It allows
: writing tests, checking results and automated testing in Ruby.