How to Install and Uninstall libhash-merge-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libhash-merge-perl" package

Please follow the guidance below to install libhash-merge-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libhash-merge-perl

2. Uninstall "libhash-merge-perl" package

Here is a brief guide to show you how to uninstall libhash-merge-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libhash-merge-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhash-merge-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libhash-merge-perl
Architecture: all
Version: 0.302-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 37
Depends: perl:any, libclone-choose-perl
Filename: pool/universe/libh/libhash-merge-perl/libhash-merge-perl_0.302-1_all.deb
Size: 12996
MD5sum: b81134b01d90981f0c4676e6b6644744
SHA1: 90e4df948c2c39f6e936fa584bc14f780a9005a6
SHA256: 1b48db67431e12a161c322a57fb4a26ec7bb7cdd1de0b67b7a8a117a72c3b5b7
SHA512: b06d773e74f265ec52d59fcfb2fe4cea4cf68e61a9b3176d3997fd41fccdad6ec5899fd416c2a48959852db2e8d85378250cf05feb52f479ad657f61f62af987
Homepage: https://metacpan.org/release/Hash-Merge
Description-en: Perl module for merging arbitrarily deep hashes into a single hash
Hash::Merge merges two arbitrarily deep hashes into a single hash. That
is, at any level, it will add non-conflicting key-value pairs from one
hash to the other, and follows a set of specific rules when there are key
value conflicts (as outlined below). The hash is followed recursively,
so that deeply nested hashes that are at the same level will be merged
when the parent hashes are merged. Please note that self-referencing
hashes, or recursive references, are not handled well by this method.
.
Values in hashes are considered to be either ARRAY references,
HASH references, or otherwise are treated as SCALARs. By default, the
data passed to the merge function will be cloned using the Clone module;
however, if necessary, this behavior can be changed to use as many of
the original values as possible. (See set_clone_behavior).
Description-md5: 9086c036b1c5cc8628a77ea80f7f4e44