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

Last updated: May 18,2024

1. Install "libsub-identify-perl" package

In this section, we are going to explain the necessary steps to install libsub-identify-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsub-identify-perl" package

In this section, we are going to explain the necessary steps to uninstall libsub-identify-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsub-identify-perl
Priority: optional
Section: universe/perl
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.12-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libs/libsub-identify-perl/libsub-identify-perl_0.12-1build1_amd64.deb
Size: 10280
MD5sum: 6dc812ddcdafaa7d5e363f5526e6e952
SHA1: 744666d91a2cfa28fddb37bfb73e03039f488922
SHA256: a20071d82c96fdbbe928a4c5c567e4add371a4a3ed4d8159f3074b1080f049c3
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
Homepage: https://metacpan.org/release/Sub-Identify
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu