How to Install and Uninstall perl-Test-Simple Package on openSUSE Leap

Last updated: November 24,2024

1. Install "perl-Test-Simple" package

Please follow the step by step instructions below to install perl-Test-Simple on openSUSE Leap

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

2. Uninstall "perl-Test-Simple" package

This guide let you learn how to uninstall perl-Test-Simple on openSUSE Leap:

$ sudo zypper remove perl-Test-Simple

3. Information about the perl-Test-Simple package on openSUSE Leap

Information for package perl-Test-Simple:
-----------------------------------------
Repository : Main Repository
Name : perl-Test-Simple
Version : 1.302120-1.19
Arch : noarch
Vendor : SUSE LLC
Installed Size : 786.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-Simple-1.302120-1.19.src
Upstream URL : http://search.cpan.org/dist/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).