How to Install and Uninstall libsub-identify-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libsub-identify-perl" package

Please follow the guidelines below to install libsub-identify-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libsub-identify-perl" package

This is a short guide on how to uninstall libsub-identify-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsub-identify-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsub-identify-perl
Architecture: amd64
Version: 0.14-1build4
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 42
Depends: perl, perlapi-5.32.1, libc6 (>= 2.34)
Filename: pool/main/libs/libsub-identify-perl/libsub-identify-perl_0.14-1build4_amd64.deb
Size: 10588
MD5sum: af919d0e93751c635c2fb063afa29666
SHA1: a0128070e2038d1f9b18da63c34dee072ea3506a
SHA256: ba21705371d0781737d55e71146a0053b2f76fbc97efc2ad24c996d1396b079d
SHA512: 4a68fd47b9e290cb3c2a2dda61219b4cd5388d4aab847f3cb5e4fa37b809f29ad743dbfce65ba71a044badbc4553c59b44c3853f20f11ef78357fa5786583739
Homepage: https://metacpan.org/release/Sub-Identify
Description-en: 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: 9b4d49af75c72bb6e04434d783ca36ff
Task: ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop