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

Last updated: May 02,2024

1. Install "perl-Test-Script" package

This guide let you learn how to install perl-Test-Script on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Script" package

This guide covers the steps necessary to uninstall perl-Test-Script on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Script

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

Information for package perl-Test-Script:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Script
Version : 1.29-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 58.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Script-1.29-1.13.src
Upstream URL : https://metacpan.org/release/Test-Script
Summary : Basic cross-platform tests for scripts
Description :
The intent of this module is to provide a series of basic tests for 80% of
the testing you will need to do for scripts in the _script_ (or _bin_ as is
also commonly used) paths of your Perl distribution.
It also provides similar functions for testing programs that are not Perl
scripts.
Further, it aims to provide this functionality with perfect
platform-compatibility, and in a way that is as unobtrusive as possible.
That is, if the program works on a platform, then *Test::Script* should
always work on that platform as well. Anything less than 100% is considered
unacceptable.
In doing so, it is hoped that *Test::Script* can become a module that you
can safely make a dependency of all your modules, without risking that your
module won't on some platform because of the dependency.
Where a clash exists between wanting more functionality and maintaining
platform safety, this module will err on the side of platform safety.