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

Last updated: January 11,2025

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

Please follow the steps below to install perl-Test-Deep.noarch on Fedora 35

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

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

This guide let you learn how to uninstall perl-Test-Deep.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:00:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Deep
Version : 1.130
Release : 6.fc35
Architecture : noarch
Size : 60 k
Source : perl-Test-Deep-1.130-6.fc35.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.