How to Install and Uninstall perl-Array-Diff.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-Array-Diff.noarch" package

This guide covers the steps necessary to install perl-Array-Diff.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Array-Diff.noarch

2. Uninstall "perl-Array-Diff.noarch" package

Here is a brief guide to show you how to uninstall perl-Array-Diff.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Array-Diff.noarch $ sudo dnf autoremove

3. Information about the perl-Array-Diff.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:11:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Array-Diff
Epoch : 1
Version : 0.09
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : perl-Array-Diff-0.09-1.el9.src.rpm
Repository : epel
Summary : Find the differences between two arrays
URL : https://metacpan.org/release/Array-Diff
License : GPL+ or Artistic
Description : This module compares two arrays and returns the added or deleted elements in
: two separate arrays. It's a simple wrapper around Algorithm::Diff.
:
: If you need more complex array tools, check Array::Compare.