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

Last updated: May 18,2024

1. Install "perl-Test-Assert" package

Here is a brief guide to show you how to install perl-Test-Assert on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Assert" package

Please follow the guidelines below to uninstall perl-Test-Assert on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Assert

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

Information for package perl-Test-Assert:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Assert
Version : 0.0504-9.31
Arch : noarch
Vendor : openSUSE
Installed Size : 63.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Assert-0.0504-9.31.src
Upstream URL : http://search.cpan.org/dist/Test-Assert/
Summary : Assertion methods for those who like JUnit.
Description :
This class provides a set of assertion methods useful for writing tests.
The API is based on JUnit4 and the Test::Unit::Lite manpage and the methods
die on failure.
These assertion methods might be not useful for common the Test::Builder
manpage-based (the Test::Simple manpage, the Test::More manpage, etc.) test
units.
The assertion methods can be used in class which is derived from
'Test::Assert' or used as standard Perl functions after importing them into
user's namespace.
'Test::Assert' can also wrap standard the Test::Simple manpage, the
Test::More manpage or other the Test::Builder manpage-based tests.
The assertions can be also used for run-time checking.