How to Install and Uninstall libhash-safekeys-perl Package on Kali Linux
Last updated: November 07,2024
1. Install "libhash-safekeys-perl" package
This guide covers the steps necessary to install libhash-safekeys-perl on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libhash-safekeys-perl
Copied
2. Uninstall "libhash-safekeys-perl" package
Please follow the step by step instructions below to uninstall libhash-safekeys-perl on Kali Linux:
$
sudo apt remove
libhash-safekeys-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libhash-safekeys-perl package on Kali Linux
Package: libhash-safekeys-perl
Source: libhash-safekeys-perl (0.04-1)
Version: 0.04-1+b2
Installed-Size: 50
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3), libtest-simple-perl
Size: 12972
SHA256: e7499a057496f182aa87cafdd6e1b368d4105b66a72765a44aa27263840cb695
SHA1: daa61ad0615cebead6bb7b482092d9fed01494c3
MD5sum: 4427e746d0a620075f133b291ef8a528
Description: Perl module to get hash contents without resetting each iterator
Hash::SafeKeys provides alternate functions to access the keys, values, or
entire contents of a hash in a way that does not reset the iterator, making
them safe to use in such contexts:
.
while (my($k,$v) = each %hash) {
...
@k = sort safekeys %hash; # Can do
@v = grep { /foo/ }, safevalues %hash; # No problem
print join ' ', safecopy %hash; # Right away, sir
}
Description-md5:
Homepage: https://metacpan.org/release/Hash-SafeKeys
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhash-safekeys-perl/libhash-safekeys-perl_0.04-1+b2_amd64.deb
Source: libhash-safekeys-perl (0.04-1)
Version: 0.04-1+b2
Installed-Size: 50
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3), libtest-simple-perl
Size: 12972
SHA256: e7499a057496f182aa87cafdd6e1b368d4105b66a72765a44aa27263840cb695
SHA1: daa61ad0615cebead6bb7b482092d9fed01494c3
MD5sum: 4427e746d0a620075f133b291ef8a528
Description: Perl module to get hash contents without resetting each iterator
Hash::SafeKeys provides alternate functions to access the keys, values, or
entire contents of a hash in a way that does not reset the iterator, making
them safe to use in such contexts:
.
while (my($k,$v) = each %hash) {
...
@k = sort safekeys %hash; # Can do
@v = grep { /foo/ }, safevalues %hash; # No problem
print join ' ', safecopy %hash; # Right away, sir
}
Description-md5:
Homepage: https://metacpan.org/release/Hash-SafeKeys
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhash-safekeys-perl/libhash-safekeys-perl_0.04-1+b2_amd64.deb