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

Last updated: September 23,2024

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

This tutorial shows how to install perl-Test-Deep-Type.noarch on Fedora 35

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

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

Please follow the steps below to uninstall perl-Test-Deep-Type.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:07:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Deep-Type
Version : 0.008
Release : 16.fc35
Architecture : noarch
Size : 23 k
Source : perl-Test-Deep-Type-0.008-16.fc35.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).