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

Last updated: October 04,2024

1. Install "libhash-fieldhash-perl" package

Here is a brief guide to show you how to install libhash-fieldhash-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libhash-fieldhash-perl" package

This is a short guide on how to uninstall libhash-fieldhash-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhash-fieldhash-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.14-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libh/libhash-fieldhash-perl/libhash-fieldhash-perl_0.14-2build1_amd64.deb
Size: 16480
MD5sum: a315f007a35897a80f4227b87be6e859
SHA1: 996723b954bdd20752288fb10d13f29f6d738f14
SHA256: 90622670bc97fd24a117e155fd09b481dd7376a193678d07d0304a9f2e7b8f54
Description-en: Perl module implementing a lightweight field hash
Hash::FieldHash provides the field hash mechanism which supports the
inside-out technique.
.
You may know Hash::Util::FieldHash. It's a very useful module, but too
complex to understand all the functions.
.
This is an alternative to Hash::Util::FieldHash with following features:
.
Simpler interface
.
Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
That's enough.
.
Higher performance
Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
use simpler structures.
Description-md5: 7cf444ef4bf6e39b0fe331c62114d288
Homepage: https://metacpan.org/release/Hash-FieldHash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu