How to Install and Uninstall rubygem-test-unit.noarch Package on CentOS Stream 9

Last updated: November 12,2024

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

This guide let you learn how to install rubygem-test-unit.noarch on CentOS Stream 9

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

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

Please follow the guidance below to uninstall rubygem-test-unit.noarch on CentOS Stream 9:

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

3. Information about the rubygem-test-unit.noarch package on CentOS Stream 9

Last metadata expiration check: 2:25:37 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-test-unit
Version : 3.3.7
Release : 161.el9
Architecture : noarch
Size : 144 k
Source : ruby-3.0.4-161.el9.src.rpm
Repository : appstream
Summary : An xUnit family unit testing framework for Ruby
URL : https://www.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.