How to Install and Uninstall perl-Test-Deep.noarch Package on Amazon Linux 2

Last updated: November 26,2024

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

Please follow the instructions below to install perl-Test-Deep.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Deep.noarch

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

Learn how to uninstall perl-Test-Deep.noarch on Amazon Linux 2:

$ sudo yum remove perl-Test-Deep.noarch $ sudo yum autoremove

3. Information about the perl-Test-Deep.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Deep
Arch : noarch
Version : 0.110
Release : 2.amzn2
Size : 55 k
Repo : amzn2-core/2/x86_64
Summary : Extremely flexible deep comparison
URL : http://search.cpan.org/dist/Test-Deep/
License : GPL+ or Artistic
Description : Test::Deep gives you very flexible ways to check that the result
: you got is the result you were expecting. At it's simplest it
: compares two structures by going through each level, ensuring that
: the values match, that arrays and hashes have the same elements
: and that references are blessed into the correct class. It also
: handles circular data structures without getting caught in an
: infinite loop.