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

Last updated: January 15,2025

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

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

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

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

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

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

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

Last metadata expiration check: 3:44:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Deep
Version : 1.130
Release : 7.fc36
Architecture : noarch
Size : 60 k
Source : perl-Test-Deep-1.130-7.fc36.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.