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

Last updated: October 07,2024

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

Please follow the instructions below to install rubygem-test-unit.noarch on AlmaLinux 9

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

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

This guide covers the steps necessary to uninstall rubygem-test-unit.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:33:52 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rubygem-test-unit
Version : 3.3.7
Release : 160.el9_0
Architecture : noarch
Size : 124 k
Source : ruby-3.0.4-160.el9_0.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.