How to Install and Uninstall perl-Test-Class Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "perl-Test-Class" package

Please follow the guidance below to install perl-Test-Class on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Class" package

This tutorial shows how to uninstall perl-Test-Class on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Class

3. Information about the perl-Test-Class package on openSuSE Tumbleweed

Information for package perl-Test-Class:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Class
Version : 0.52-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 160.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Class-0.52-1.15.src
Upstream URL : https://metacpan.org/release/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 Test::Builder, it was designed to work with other Test::Builder
based modules (Test::More, Test::Differences, Test::Exception, etc.).
_Note:_ This module will make more sense, if you are already familiar with
the "standard" mechanisms for testing perl code. Those unfamiliar with
Test::Harness, Test::Simple, Test::More and friends should go take a look
at them now. Test::Tutorial is a good starting point.