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

Last updated: November 27,2024

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

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

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Deep.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:27:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Test-Deep
Version : 1.204
Release : 3.fc39
Architecture : noarch
Size : 121 k
Source : perl-Test-Deep-1.204-3.fc39.src.rpm
Repository : fedora
Summary : Extremely flexible deep comparison
URL : https://metacpan.org/release/Test-Deep
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.