How to Install and Uninstall libsub-identify-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libsub-identify-perl" package

Please follow the steps below to install libsub-identify-perl on Kali Linux

$ sudo apt update $ sudo apt install libsub-identify-perl

2. Uninstall "libsub-identify-perl" package

Here is a brief guide to show you how to uninstall libsub-identify-perl on Kali Linux:

$ sudo apt remove libsub-identify-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsub-identify-perl package on Kali Linux

Package: libsub-identify-perl
Source: libsub-identify-perl (0.14-3)
Version: 0.14-3+b1
Installed-Size: 43
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3)
Size: 11248
SHA256: cf3f027688758245dbb5fff73a46ae7a102e94556f3d41ee6ffcfee215b69892
SHA1: e9e3f375ec191d41eb7bcbb974df65d4a6b89633
MD5sum: 3f8ff8fcdabc83e6c51b46c25455e6a1
Description: module to retrieve names of code references
Sub::Identify allows you to retrieve the real name of code references. For
this, it uses perl's introspection mechanism, provided by the B module.
.
It provides four functions : sub_name returns the name of the
subroutine (or __ANON__ if it's an anonymous code reference),
stash_name returns its package, and sub_fullname returns the
concatenation of the two.
.
The fourth function, get_code_info, returns a list of two elements,
the package and the subroutine name (in case of you want both and are worried
by the speed.)
.
In case of subroutine aliasing, those functions always return the
original name.
Description-md5:
Homepage: https://metacpan.org/release/Sub-Identify
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsub-identify-perl/libsub-identify-perl_0.14-3+b1_amd64.deb