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

Last updated: April 28,2024

1. Install "perl-Test-Deep-Type" package

This guide let you learn how to install perl-Test-Deep-Type on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-Deep-Type

2. Uninstall "perl-Test-Deep-Type" package

Here is a brief guide to show you how to uninstall perl-Test-Deep-Type on openSUSE Leap:

$ sudo zypper remove perl-Test-Deep-Type

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

Information for package perl-Test-Deep-Type:
--------------------------------------------
Repository : Main Repository
Name : perl-Test-Deep-Type
Version : 0.008-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 32.3 KiB
Installed : No
Status : not installed
Source package : perl-Test-Deep-Type-0.008-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Test-Deep-Type/
Summary : Test::Deep plugin for validating type constraints
Description :
This is a Test::Deep plugin that provides the sub 'is_type' to indicate
that the data being tested must validate against the passed type. This is
an actual type _object_, not a string name -- for example something
provided via MooseX::Types, or a plain old coderef that returns a bool
(such as what might be used in a Moo type constraint).