How to Install and Uninstall libdevel-callsite-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libdevel-callsite-perl" package

Please follow the instructions below to install libdevel-callsite-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-callsite-perl

2. Uninstall "libdevel-callsite-perl" package

In this section, we are going to explain the necessary steps to uninstall libdevel-callsite-perl on Kali Linux:

$ sudo apt remove libdevel-callsite-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-callsite-perl package on Kali Linux

Package: libdevel-callsite-perl
Source: libdevel-callsite-perl (1.0.1-2)
Version: 1.0.1-2+b2
Installed-Size: 44
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 12376
SHA256: ea645ef1c27c312baee9fe089bd08c23ec457eecdb89f6d06435d99d9ab07339
SHA1: 744857e7058d7d99e180dbe2142a33796537620b
MD5sum: 14b37fc688e8e35af53cfd007bcb4e47
Description: Perl module to get caller return OP address and Perl interpreter context
Devel::Callsite module provides subroutines to get the caller return OP
address and perl interpreter context.
.
The callsite() function returns the OP address of the caller, a number,
one level up from where it was called. It's useful for functions that
need to uniquely know where they were called, such as Every::every();
see Every. Or it can be used to pinpoint a location with finer
granularity than a line number (see
http://www.perlmonks.com/?node_id=987268). In conjunction with an OP
tree disassembly you can know exactly where the caller is located in
the Perl source.
.
The context() function returns the interpreter context as a number.
This is a fairly unique number together with the call site.
Description-md5:
Homepage: https://metacpan.org/release/Devel-Callsite
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-callsite-perl/libdevel-callsite-perl_1.0.1-2+b2_amd64.deb