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

Last updated: June 26,2024

1. Install "perl-Test-Kit" package

Please follow the instructions below to install perl-Test-Kit on openSUSE Leap

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

2. Uninstall "perl-Test-Kit" package

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

$ sudo zypper remove perl-Test-Kit

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

Information for package perl-Test-Kit:
--------------------------------------
Repository : Main Repository
Name : perl-Test-Kit
Version : 2.15-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 35.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-Kit-2.15-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Test-Kit
Summary : Build custom test packages with only the features you want
Description :
Test::Kit allows you to create a single module in your project which gives
you access to all of the testing functions you want.
Its primary goal is to reduce boilerplate code that is currently littering
the top of all your test files.
It also allows your testing to be more consistent; for example it becomes a
trivial change to include Test::FailWarnings in all of your tests, and
there is no danger that you forget to include it in a new test.