< Home - < Back

perl-Heap


Information about the package, perl-Heap, which is shipped with common Linux distributions. The perl-Heap package is designed for, Perl extension for keeping data partially sorted.


Package Name:

perl-Heap

Summary:

Perl extension for keeping data partially sorted

Description:

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. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.

Architecture:

noarch

Version:

0.80

Release:

4.el6

Size:

46 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Heap


Control the perl-Heap package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Heap

This command will install perl-Heap on the server.

yum remove perl-Heap

This command will un-install perl-Heap on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Heap, so you have to manually confirm that you want to do this.

yum -y remove perl-Heap

This command will un-install perl-Heap on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Heap when using the -y flag.

yum update perl-Heap

This command will update perl-Heap to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Heap, so you have to manually confirm that you want to do this.

yum -y update perl-Heap

This command will update perl-Heap to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Heap when using the -y flag.

yum info perl-Heap

This command will show you core information about the perl-Heap package.

yum deplist perl-Heap

This command will show you the dependencies for perl-Heap. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Heap

This command will check if there is an update waiting on perl-Heap. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.