How to Install and Uninstall libtie-cphash-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libtie-cphash-perl" package

Please follow the guidance below to install libtie-cphash-perl on Kali Linux

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

2. Uninstall "libtie-cphash-perl" package

This guide covers the steps necessary to uninstall libtie-cphash-perl on Kali Linux:

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

3. Information about the libtie-cphash-perl package on Kali Linux

Package: libtie-cphash-perl
Version: 2.000-3
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10268
SHA256: a052f036a0069fb42de0362b55e95f7150a63e41358f882e63265633e2381e23
SHA1: cc11ccb928ca8a27b224fa742b43c902b5b72359
MD5sum: 6cad7064fecbafd35ef17bbbd1e96193
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Tie-CPHash
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtie-cphash-perl/libtie-cphash-perl_2.000-3_all.deb