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

Last updated: May 14,2024

1. Install "libtie-cphash-perl" package

Please follow the guidance below to install libtie-cphash-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtie-cphash-perl" package

This tutorial shows how to uninstall libtie-cphash-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtie-cphash-perl
Priority: optional
Section: universe/perl
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 2.000-1
Depends: perl
Filename: pool/universe/libt/libtie-cphash-perl/libtie-cphash-perl_2.000-1_all.deb
Size: 11192
MD5sum: 6a3f727562556f16b61ba7b79352a7a8
SHA1: dc052a64800e6ed5222dc1fe1617981a889f5ee3
SHA256: 3a7565625c93a880061da0615de12c34d73707ab246a3e8c6eabc0834e7462c4
Description-en: module for managing a case preserving but case insensitive hash table
Tie::CPHash provides a hash table that is case preserving but case
insensitive. This means that
.
$cphash{KEY} $cphash{key}
$cphash{Key} $cphash{keY}
.
all refer to the same entry. Also, the hash remembers which form of
the key was last used to store the entry. The keys and each functions
will return the key that was used to set the value.
Description-md5: 236c65cfc0ded61b21188cdd541a9a92
Homepage: https://metacpan.org/release/Tie-CPHash
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu