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

Last updated: May 28,2024

1. Install "perl-Test-Unit-Lite" package

Here is a brief guide to show you how to install perl-Test-Unit-Lite on openSUSE Leap

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

2. Uninstall "perl-Test-Unit-Lite" package

Here is a brief guide to show you how to uninstall perl-Test-Unit-Lite on openSUSE Leap:

$ sudo zypper remove perl-Test-Unit-Lite

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

Information for package perl-Test-Unit-Lite:
--------------------------------------------
Repository : Main Repository
Name : perl-Test-Unit-Lite
Version : 0.1202-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 75.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Unit-Lite-0.1202-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Test-Unit-Lite/
Summary : Unit testing without external dependencies
Description :
This framework provides lighter version of the Test::Unit manpage
framework. It implements some of the the Test::Unit manpage classes and
methods needed to run test units. The the Test::Unit::Lite manpage tries to
be compatible with public API of the Test::Unit manpage. It doesn't
implement all classes and methods at 100% and only those necessary to run
tests are available.
The the Test::Unit::Lite manpage can be distributed as a part of package
distribution, so the package can be distributed without dependency on
modules outside standard Perl distribution. The the Test::Unit::Lite
manpage is provided as a single file.