How to Install and Uninstall perl-Hash-Merge-Simple Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Hash-Merge-Simple" package

This tutorial shows how to install perl-Hash-Merge-Simple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Hash-Merge-Simple

2. Uninstall "perl-Hash-Merge-Simple" package

Please follow the guidelines below to uninstall perl-Hash-Merge-Simple on openSUSE Leap:

$ sudo zypper remove perl-Hash-Merge-Simple

3. Information about the perl-Hash-Merge-Simple package on openSUSE Leap

Information for package perl-Hash-Merge-Simple:
-----------------------------------------------
Repository : Main Repository
Name : perl-Hash-Merge-Simple
Version : 0.051-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 11.7 KiB
Installed : No
Status : not installed
Source package : perl-Hash-Merge-Simple-0.051-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Hash-Merge-Simple/
Summary : Recursively merge two or more hashes, simply
Description :
Hash::Merge::Simple will recursively merge two or more hashes and return
the result as a new hash reference. The merge function will descend and
merge hashes that exist under the same node in both the left and right
hash, but doesn't attempt to combine arrays, objects, scalars, or anything
else. The rightmost hash also takes precedence, replacing whatever was in
the left hash if a conflict occurs.
This code was pretty much taken straight from the Catalyst::Utils manpage,
and modified to handle more than 2 hashes at the same time.