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

Last updated: June 26,2024

1. Install "perl-Test-Simple" package

This is a short guide on how to install perl-Test-Simple on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Simple" package

Please follow the guidance below to uninstall perl-Test-Simple on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Simple

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

Information for package perl-Test-Simple:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Simple
Version : 1.302198-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 904.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Simple-1.302198-1.2.src
Upstream URL : https://metacpan.org/release/Test-Simple
Summary : Basic utilities for writing tests
Description :
** If you are unfamiliar with testing *read Test::Tutorial first!* **
This is an extremely simple, extremely basic module for writing tests
suitable for CPAN modules and other pursuits. If you wish to do more
complicated testing, use the Test::More module (a drop-in replacement for
this one).