How to Install and Uninstall libcontext-preserve-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libcontext-preserve-perl" package

This guide let you learn how to install libcontext-preserve-perl on Kali Linux

$ sudo apt update $ sudo apt install libcontext-preserve-perl

2. Uninstall "libcontext-preserve-perl" package

Here is a brief guide to show you how to uninstall libcontext-preserve-perl on Kali Linux:

$ sudo apt remove libcontext-preserve-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcontext-preserve-perl package on Kali Linux

Package: libcontext-preserve-perl
Version: 0.03-3
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7352
SHA256: b6cc5cf85ebf9df649b14ac205145f851b51586d8424f2f9590ae8977a445b4a
SHA1: 882e209d446d17a7fcadd9424c25f44e1e16d6d9
MD5sum: 40cbe952eb857d6de0e3f24d6a4b9b9a
Description: Perl module to preserve calling context
Context::Preserve allows developers to preserve the calling context of their
subroutines, which is useful for functions that call other functions and
return their results, with some possible modifications. This means that, if
your module is called in scalar, list or void context, the given subroutine
is called in the same context and the appropriate 'thing' is returned.
.
This means that it is easy to write functions that call other functions,
modify their result and return it, in a seamless manner.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Context-Preserve
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcontext-preserve-perl/libcontext-preserve-perl_0.03-3_all.deb