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

Last updated: May 17,2024

1. Install "perl-Test-Spec" package

This guide covers the steps necessary to install perl-Test-Spec on openSUSE Leap

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

2. Uninstall "perl-Test-Spec" package

This is a short guide on how to uninstall perl-Test-Spec on openSUSE Leap:

$ sudo zypper remove perl-Test-Spec

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

Information for package perl-Test-Spec:
---------------------------------------
Repository : Main Repository
Name : perl-Test-Spec
Version : 0.54-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 93.9 KiB
Installed : No
Status : not installed
Source package : perl-Test-Spec-0.54-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-Spec/
Summary : Write tests in a declarative specification style
Description :
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are
named with strings instead of subroutine names, so your fingers will suffer
less fatigue from underscore-itis, with the side benefit that the test
reports are more legible.
This module is inspired by and borrows heavily from at
http://rspec.info/documentation, a BDD tool for the Ruby programming
language.