How to Install and Uninstall perl-Sub-Identify Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Sub-Identify" package

In this section, we are going to explain the necessary steps to install perl-Sub-Identify on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Sub-Identify

2. Uninstall "perl-Sub-Identify" package

Please follow the guidelines below to uninstall perl-Sub-Identify on openSUSE Leap:

$ sudo zypper remove perl-Sub-Identify

3. Information about the perl-Sub-Identify package on openSUSE Leap

Information for package perl-Sub-Identify:
------------------------------------------
Repository : Main Repository
Name : perl-Sub-Identify
Version : 0.14-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 19.7 KiB
Installed : No
Status : not installed
Source package : perl-Sub-Identify-0.14-1.26.src
Upstream URL : http://search.cpan.org/dist/Sub-Identify/
Summary : Retrieve names of code references
Description :
'Sub::Identify' allows you to retrieve the real name of code references.
It provides six functions, all of them taking a code reference.
'sub_name' returns the name of the code reference passed as an argument (or
'__ANON__' if it's an anonymous code reference), 'stash_name' returns its
package, and 'sub_fullname' returns the concatenation of the two.
'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.
'get_code_location' returns a two-element list containing the file name and
the line number where the subroutine has been defined.
'is_sub_constant' returns a boolean value indicating whether the subroutine
is a constant or not.