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

Last updated: September 21,2024

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

Please follow the instructions below to install perl-Test-Deep-Type.noarch on Fedora 36

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

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

This is a short guide on how to uninstall perl-Test-Deep-Type.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:02:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Deep-Type
Version : 0.008
Release : 17.fc36
Architecture : noarch
Size : 23 k
Source : perl-Test-Deep-Type-0.008-17.fc36.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).