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

Last updated: May 04,2024

1. Install "libdevel-callsite-perl" package

Please follow the instructions below to install libdevel-callsite-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-callsite-perl" package

Please follow the guidelines below to uninstall libdevel-callsite-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdevel-callsite-perl
Priority: optional
Section: universe/perl
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.08-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libd/libdevel-callsite-perl/libdevel-callsite-perl_0.08-1build2_amd64.deb
Size: 9878
MD5sum: e0555b09e34feb8b1fc62ef979b0ab21
SHA1: eabac15e0405a9aafe95df9ea7c608fe3888d462
SHA256: 64b1881c79ba7b2f7a42e6b4dfdadab14f1472436c7f82061ca1cf1f75251554
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
Homepage: https://metacpan.org/release/Devel-Callsite
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu