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

Last updated: September 18,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Deep-Type.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Test-Deep-Type.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:36:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Deep-Type
Version : 0.008
Release : 14.fc34
Architecture : noarch
Size : 23 k
Source : perl-Test-Deep-Type-0.008-14.fc34.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).