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

Last updated: May 20,2024

1. Install "libheap-perl" package

This tutorial shows how to install libheap-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libheap-perl

2. Uninstall "libheap-perl" package

This guide covers the steps necessary to uninstall libheap-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libheap-perl
Priority: optional
Section: universe/perl
Installed-Size: 172
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Dominic Hargreaves
Architecture: all
Version: 0.80-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libh/libheap-perl/libheap-perl_0.80-2_all.deb
Size: 40430
MD5sum: 858f1e69779283ba0e962cd271d9b2b3
SHA1: 717956966c0ee2d5e984f8f5bd1d6a6c67ebb824
SHA256: 3e9fbdb30343e3f462d3d3a9ac88df4a2d7dfdd257b51035c946a9f7cd920a74
Description-en: 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: 49843651c79e36c52b7f4ae5ff981424
Homepage: http://search.cpan.org/dist/Heap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu