How to Install and Uninstall libhash-merge-simple-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libhash-merge-simple-perl" package

This is a short guide on how to install libhash-merge-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhash-merge-simple-perl" package

In this section, we are going to explain the necessary steps to uninstall libhash-merge-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhash-merge-simple-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhash-merge-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.051-1
Depends: perl
Filename: pool/universe/libh/libhash-merge-simple-perl/libhash-merge-simple-perl_0.051-1_all.deb
Size: 7764
MD5sum: f8a750033908dff6fcc39222114eb145
SHA1: 2f2cc77cb7fdc364c6e741847c89c5421c21bf0d
SHA256: 718d1b9b6c65c2e3c2c4e47220714a3b24666089235e643690a89116dbefea1f
Description-en: Perl module to easily merge two or more hashes
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 is based on Catalyst::Utils, but was modified to handle merging more
than two hashes simultaneously.
Description-md5: 7e23a989d60247ff2f6d07de4be27d5d
Homepage: http://search.cpan.org/dist/Hash-Merge-Simple/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu