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

Last updated: May 03,2024

1. Install "perl-Test-Inter" package

Please follow the guidelines below to install perl-Test-Inter on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Inter" package

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

$ sudo zypper remove perl-Test-Inter

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

Information for package perl-Test-Inter:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Inter
Version : 1.110.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 142.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Inter-1.110.0-2.1.src
Upstream URL : https://metacpan.org/release/Test-Inter
Summary : Framework for more readable interactive test scripts
Description :
This is another framework for writing test scripts. Much of the syntax is
loosely inspired by Test::More, and Test::Inter has most of it's
functionality, but it is not a drop-in replacement.
Test::More (and other existing test frameworks) suffer from two weaknesses,
both of which have prevented me from ever using them:
None offer the ability to access specific tests in
a reasonably interactive fashion, primarily for
debugging purposes
None offer the ability to write the tests in
whatever format would make the tests the most
readable
The way I write and use test scripts, existing Test::* modules are not
nearly as useful as they could be.