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

Last updated: June 28,2024

1. Install "perl-Test-Class" package

Please follow the step by step instructions below to install perl-Test-Class on openSUSE Leap

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

2. Uninstall "perl-Test-Class" package

This guide covers the steps necessary to uninstall perl-Test-Class on openSUSE Leap:

$ sudo zypper remove perl-Test-Class

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

Information for package perl-Test-Class:
----------------------------------------
Repository : Main Repository
Name : perl-Test-Class
Version : 0.50-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 161.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-Class-0.50-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Test-Class/
Summary : Easily create test classes in an xUnit/JUnit style
Description :
Test::Class provides a simple way of creating classes and objects to test
your code in an xUnit style.
Built using the Test::Builder manpage, it was designed to work with other
Test::Builder based modules (the Test::More manpage, the Test::Differences
manpage, the Test::Exception manpage, etc.).
_Note:_ This module will make more sense, if you are already familiar with
the "standard" mechanisms for testing perl code. Those unfamiliar with the
Test::Harness manpage, the Test::Simple manpage, the Test::More manpage and
friends should go take a look at them now. the Test::Tutorial manpage is a
good starting point.