How to Install and Uninstall perl-Array-Diff Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "perl-Array-Diff" package

Learn how to install perl-Array-Diff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Array-Diff

2. Uninstall "perl-Array-Diff" package

This is a short guide on how to uninstall perl-Array-Diff on openSuSE Tumbleweed:

$ sudo zypper remove perl-Array-Diff

3. Information about the perl-Array-Diff package on openSuSE Tumbleweed

Information for package perl-Array-Diff:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Array-Diff
Version : 0.09-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 25.7 KiB
Installed : No
Status : not installed
Source package : perl-Array-Diff-0.09-1.12.src
Upstream URL : https://metacpan.org/release/Array-Diff
Summary : Find the differences between two arrays
Description :
This module compares two *pre-sorted* arrays and returns the added or
deleted elements in two separate arrays. It's a simple wrapper around
Algorithm::Diff.
*Note*: the arrays must be sorted before you call 'diff'.
And if you need more complex array tools, check Array::Compare.