How to Install and Uninstall perl-Test-Deep-Type.noarch Package on Fedora 38

Last updated: October 06,2024

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

Please follow the steps below to install perl-Test-Deep-Type.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Test-Deep-Type.noarch

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

This guide let you learn how to uninstall perl-Test-Deep-Type.noarch on Fedora 38:

$ sudo dnf remove perl-Test-Deep-Type.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Deep-Type.noarch package on Fedora 38

Last metadata expiration check: 2:11:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Test-Deep-Type
Version : 0.008
Release : 20.fc38
Architecture : noarch
Size : 23 k
Source : perl-Test-Deep-Type-0.008-20.fc38.src.rpm
Repository : fedora
Summary : Test::Deep plugin for validating type constraints
URL : https://metacpan.org/release/Test-Deep-Type
License : GPL+ or Artistic
Description : Test::Deep::Type 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).