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

Last updated: May 17,2024

1. Install "perl-Test-Spec" package

In this section, we are going to explain the necessary steps to install perl-Test-Spec on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Spec" package

Here is a brief guide to show you how to uninstall perl-Test-Spec on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Spec

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

Information for package perl-Test-Spec:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Spec
Version : 0.54-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 93.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-Spec-0.54-1.23.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.