How to Install and Uninstall rubygem-test-unit.noarch Package on Oracle Linux 8

Last updated: October 06,2024

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

Learn how to install rubygem-test-unit.noarch on Oracle Linux 8

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

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

This tutorial shows how to uninstall rubygem-test-unit.noarch on Oracle Linux 8:

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

3. Information about the rubygem-test-unit.noarch package on Oracle Linux 8

Last metadata expiration check: 6:04:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rubygem-test-unit
Version : 3.2.7
Release : 110.module+el8.6.0+20712+84e27c2d
Architecture : noarch
Size : 183 k
Source : ruby-2.5.9-110.module+el8.6.0+20712+84e27c2d.src.rpm
Repository : ol8_appstream
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.