How to Install and Uninstall perl-Array-Diff Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Array-Diff" package

In this section, we are going to explain the necessary steps to install perl-Array-Diff on openSUSE Leap

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

2. Uninstall "perl-Array-Diff" package

Here is a brief guide to show you how to uninstall perl-Array-Diff on openSUSE Leap:

$ sudo zypper remove perl-Array-Diff

3. Information about the perl-Array-Diff package on openSUSE Leap

Information for package perl-Array-Diff:
----------------------------------------
Repository : Main Repository
Name : perl-Array-Diff
Version : 0.09-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 26.0 KiB
Installed : No
Status : not installed
Source package : perl-Array-Diff-0.09-bp155.1.5.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.