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

Last updated: May 20,2024

1. Install "libenum-perl" package

Learn how to install libenum-perl on Kali Linux

$ sudo apt update $ sudo apt install libenum-perl

2. Uninstall "libenum-perl" package

This guide covers the steps necessary to uninstall libenum-perl on Kali Linux:

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

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

Package: libenum-perl
Version: 1.12-2
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12148
SHA256: 5a03e800f44dc174cc548fd40b90563e65a6c4c4e3cffa42ee027decf5c90492
SHA1: 6522c0e123bb36706239ca81bfc06d80fb931247
MD5sum: 2bb5794d87a98afe7ca499072b9416b1
Description: perl module for sets of ordered constants like enums in C
The enum module defines a set of symbolic constants with ordered numeric
values ala C enum types.
.
It is now capable of creating ordered bitmask constants as well. See the
BITMASKS section in the documentation for details.
.
What are they good for? Typical uses would be for giving mnemonic names to
indexes of arrays. Such arrays might be a list of months, days, or a return
value index from a function such as localtime().
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/enum
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libe/libenum-perl/libenum-perl_1.12-2_all.deb