How to Install and Uninstall libhash-merge-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libhash-merge-perl" package

Please follow the instructions below to install libhash-merge-perl on Kali Linux

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

2. Uninstall "libhash-merge-perl" package

Please follow the guidance below to uninstall libhash-merge-perl on Kali Linux:

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

3. Information about the libhash-merge-perl package on Kali Linux

Package: libhash-merge-perl
Version: 0.302-1
Installed-Size: 39
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclone-choose-perl
Size: 14732
SHA256: 1a5f15502f5c9d4642adb606be9425fc4c59702a50727a44a30c1943a40225ba
SHA1: dc20fafe44f6a6d25c43907988857722089ad924
MD5sum: b50c6d027edd79147d5abc4294155be8
Description: 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:
Homepage: https://metacpan.org/release/Hash-Merge
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libhash-merge-perl/libhash-merge-perl_0.302-1_all.deb