How to Install and Uninstall libpadwalker-perl Package on Kali Linux

Last updated: May 02,2024

1. Install "libpadwalker-perl" package

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

$ sudo apt update $ sudo apt install libpadwalker-perl

2. Uninstall "libpadwalker-perl" package

Please follow the steps below to uninstall libpadwalker-perl on Kali Linux:

$ sudo apt remove libpadwalker-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpadwalker-perl package on Kali Linux

Package: libpadwalker-perl
Source: libpadwalker-perl (2.5-1)
Version: 2.5-1+b4
Installed-Size: 56
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 18540
SHA256: 02478c719bd65529a69c0a07637682ee336cd502e41d744a08b45eed05b6d034
SHA1: 03e3680a708f49fb12a7ee0c1c5a283d1648f627
MD5sum: ccc5a99a8d6c58aa57bc57def4c33682
Description: module to inspect and manipulate lexical variables
PadWalker is a module that allows you to inspect and even modify lexical
variables in the current "lexical pad stack." Perl tracks which variables
are accessible and visible in each lexical scope by keeping a separate
set of variables for each scope. This module looks for a given variable
by traversing that stack, which allows it to alter anything in the stack,
even variables not normally accessible in the current scope.
.
In practise, this module is useful for checking anything defined in the full
stack of subroutines that called your function, making it extremely useful
for debugging. It is, however, not recommended for use in production code.
Description-md5:
Homepage: https://metacpan.org/release/PadWalker
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libp/libpadwalker-perl/libpadwalker-perl_2.5-1+b4_amd64.deb