How to Install and Uninstall libheap-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libheap-perl" package

Learn how to install libheap-perl on Kali Linux

$ sudo apt update $ sudo apt install libheap-perl

2. Uninstall "libheap-perl" package

This is a short guide on how to uninstall libheap-perl on Kali Linux:

$ sudo apt remove libheap-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libheap-perl package on Kali Linux

Package: libheap-perl
Version: 0.80-5
Installed-Size: 90
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 34276
SHA256: bc6d63a9e5b05c8aede34641403e287028d1b254ef57488f26047c7f2d4e1e3d
SHA1: 797ffc06b93b1b1e6300456e2ead53dec1258e87
MD5sum: 11ace8ee414d010dd578f7c57078375a
Description: Perl extensions for keeping data partially sorted
The Heap collection of modules provide routines that manage
a heap of elements. A heap is a partially sorted structure
that is always able to easily extract the smallest of the
elements in the structure (or the largest if a reversed compare
routine is provided).
.
If the collection of elements is changing dynamically, the
heap has less overhead than keeping the collection fully
sorted.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Heap/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libheap-perl/libheap-perl_0.80-5_all.deb