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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Identity.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 3:04:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Identity
Version : 0.01
Release : 25.fc34
Architecture : noarch
Size : 19 k
Source : perl-Test-Identity-0.01-25.fc34.src.rpm
Repository : fedora
Summary : Assert the referential identity of a reference
URL : https://metacpan.org/release/Test-Identity
License : GPL+ or Artistic
Description : This module provides a single testing function, identical. It asserts that
: a given reference is as expected; that is, it either refers to the same
: object or is undef. It is similar to Test::More::is except that it uses
: refaddr, ensuring that it behaves correctly even if the references under
: test are objects that overload stringification or numification.