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

Last updated: April 28,2024

1. Install "libtie-dxhash-perl" package

This tutorial shows how to install libtie-dxhash-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtie-dxhash-perl

2. Uninstall "libtie-dxhash-perl" package

Learn how to uninstall libtie-dxhash-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtie-dxhash-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtie-dxhash-perl
Priority: optional
Section: universe/perl
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.05-2
Depends: perl
Filename: pool/universe/libt/libtie-dxhash-perl/libtie-dxhash-perl_1.05-2_all.deb
Size: 12104
MD5sum: aa9504f0d65fb4ca300fcce26710f82f
SHA1: c4218b31bab74fda16df1d6e079f223eaf3d75cf
SHA256: 44020cd65072d618f33a5a9f0d3f916c5a477ef087713dfea8f9b243ab3c088b
Description-en: Perl module that keeps insertion order in hash
Tie::DxHash implements a hash which preserves insertion order and allows
duplicate keys.
.
Tie::DxHash works by storing the hash data in an array of hash references
(containing the key/value pairs). This preserves insertion order. A
separate set of iterators (one per distinct key) keeps track of the last
retrieved value for a given key, thus allowing the successive retrieval of
multiple values for the same key to work as expected.
.
Tie::DxHash was originally written to facilitate the use of more complex
mod_rewrite rules in Apache configuration files written with Perl Sections.
Description-md5: f43cc6a1ea08a378a6546440c0fd4112
Homepage: https://metacpan.org/release/Tie-DxHash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu