How to Install and Uninstall perl-Test-Identity.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 28,2024
1. Install "perl-Test-Identity.noarch" package
Please follow the step by step instructions below to install perl-Test-Identity.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Test-Identity.noarch
Copied
2. Uninstall "perl-Test-Identity.noarch" package
This tutorial shows how to uninstall perl-Test-Identity.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-Test-Identity.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Test-Identity.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:29:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-Identity
Version : 0.01
Release : 27.el9
Architecture : noarch
Size : 19 k
Source : perl-Test-Identity-0.01-27.el9.src.rpm
Repository : epel
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.
Available Packages
Name : perl-Test-Identity
Version : 0.01
Release : 27.el9
Architecture : noarch
Size : 19 k
Source : perl-Test-Identity-0.01-27.el9.src.rpm
Repository : epel
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.