How to Install and Uninstall libhash-ordered-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libhash-ordered-perl" package

Please follow the guidance below to install libhash-ordered-perl on Kali Linux

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

2. Uninstall "libhash-ordered-perl" package

Please follow the instructions below to uninstall libhash-ordered-perl on Kali Linux:

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

3. Information about the libhash-ordered-perl package on Kali Linux

Package: libhash-ordered-perl
Version: 0.014-2
Installed-Size: 80
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 29488
SHA256: 3fc364910397f72c03dab56e9e7a5bfab0f249366dbc47f2d2f7b00296eb1d30
SHA1: c4340d85d5e1871a71f2d06f4b82eb31282b57b2
MD5sum: ed03c7887724a4906e330fe86b7b141e
Description: Perl ordered hash class implementation
Hash::Ordered implements an ordered hash, meaning that it associates keys
with values like a Perl hash, but keeps the keys in a consistent order.
Because it is implemented as an object and manipulated with method calls, it
is much slower than a Perl hash. This is the cost of keeping order.
.
However, compared to other ordered hash implementations, Hash::Ordered is
optimized for getting and setting individual elements and is generally faster
at most other tasks as well. For specific details, see
Hash::Ordered::Benchmarks.
Description-md5:
Homepage: https://metacpan.org/release/Hash-Ordered
Section: perl
Priority: optional
Filename: pool/main/libh/libhash-ordered-perl/libhash-ordered-perl_0.014-2_all.deb