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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-Test-Deep.noarch on Fedora 34

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

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

Learn how to uninstall perl-Test-Deep.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:14:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Deep
Version : 1.130
Release : 4.fc34
Architecture : noarch
Size : 61 k
Source : perl-Test-Deep-1.130-4.fc34.src.rpm
Repository : fedora
Summary : Extremely flexible deep comparison
URL : https://metacpan.org/release/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 its 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.