How to Install and Uninstall ruby2.5-rubygem-test-unit Package on openSUSE Leap

Last updated: July 06,2024

1. Install "ruby2.5-rubygem-test-unit" package

Please follow the guidelines below to install ruby2.5-rubygem-test-unit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-test-unit

2. Uninstall "ruby2.5-rubygem-test-unit" package

Please follow the step by step instructions below to uninstall ruby2.5-rubygem-test-unit on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-test-unit

3. Information about the ruby2.5-rubygem-test-unit package on openSUSE Leap

Information for package ruby2.5-rubygem-test-unit:
--------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-test-unit
Version : 3.2.8-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 536.2 KiB
Installed : No
Status : not installed
Source package : rubygem-test-unit-3.2.8-bp155.2.10.src
Upstream URL : http://test-unit.github.io/
Summary : An xUnit family unit testing framework for Ruby
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.