How to Install and Uninstall libdevel-callsite-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 22,2024

1. Install "libdevel-callsite-perl" package

Learn how to install libdevel-callsite-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdevel-callsite-perl" package

This is a short guide on how to uninstall libdevel-callsite-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdevel-callsite-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdevel-callsite-perl
Architecture: amd64
Version: 1.0.1-1build2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: perl (>= 5.30.0-7), perlapi-5.30.0, libc6 (>= 2.4)
Filename: pool/universe/libd/libdevel-callsite-perl/libdevel-callsite-perl_1.0.1-1build2_amd64.deb
Size: 11700
MD5sum: e5f2f7a5a7042a13fcaa2c1e34358fef
SHA1: 3095c9c9969716d96c17369a626e110af046fe8f
SHA256: 356c368a569f150b31e8be17408be9828993a0a8cbbd4e57813ce382707cd260
SHA512: 5a110dcb83eb18717ee19b551a15f107843d82caaa1a7832c33367d6bb7ac0363fa0ab5156d5dac1499226e19e5f24e19c3e95a2ac30762aa100c44b595cb5fa
Homepage: https://metacpan.org/release/Devel-Callsite
Description-en: 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: 68e737733c2801099979738cec8d0773