How to Install and Uninstall perl-Test-Unit Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-Test-Unit" package

In this section, we are going to explain the necessary steps to install perl-Test-Unit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-Unit

2. Uninstall "perl-Test-Unit" package

Please follow the instructions below to uninstall perl-Test-Unit on openSUSE Leap:

$ sudo zypper remove perl-Test-Unit

3. Information about the perl-Test-Unit package on openSUSE Leap

Information for package perl-Test-Unit:
---------------------------------------
Repository : Main Repository
Name : perl-Test-Unit
Version : 0.25-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 936.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Unit-0.25-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-Unit/
Summary : The PerlUnit testing framework
Description :
This framework is intended to support unit testing in an object-oriented
development paradigm (with support for inheritance of tests etc.) and is
derived from the JUnit testing framework for Java by Kent Beck and Erich
Gamma. To start learning how to use this framework, see the
Test::Unit::TestCase manpage and the Test::Unit::TestSuite manpage. (There
will also eventually be a tutorial in the Test::Unit::Tutorial manpage.
However 'Test::Unit::Procedural' is the procedural style interface to a
sophisticated unit testing framework for Perl that . Test::Unit is intended
to provide a simpler interface to the framework that is more suitable for
use in a scripting style environment. Therefore, Test::Unit does not
provide much support for an object-oriented approach to unit testing.