How to Install and Uninstall perl-Array-Diff.noarch Package on Fedora 34

Last updated: October 01,2024

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

Please follow the instructions below to install perl-Array-Diff.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Array-Diff.noarch on Fedora 34:

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

3. Information about the perl-Array-Diff.noarch package on Fedora 34

Last metadata expiration check: 0:03:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Array-Diff
Epoch : 1
Version : 0.09
Release : 7.fc34
Architecture : noarch
Size : 21 k
Source : perl-Array-Diff-0.09-7.fc34.src.rpm
Repository : fedora
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.