How to Install and Uninstall libpadwalker-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 09,2024

1. Install "libpadwalker-perl" package

Please follow the step by step instructions below to install libpadwalker-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libpadwalker-perl

2. Uninstall "libpadwalker-perl" package

In this section, we are going to explain the necessary steps to uninstall libpadwalker-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libpadwalker-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libpadwalker-perl
Architecture: amd64
Version: 2.5-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 49
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4)
Filename: pool/universe/libp/libpadwalker-perl/libpadwalker-perl_2.5-1build1_amd64.deb
Size: 15504
MD5sum: d78c936c4e4f0e7fca304487ce4c39ec
SHA1: 204414789c42d5d2c2219c078349c8624b3f9335
SHA256: ab701b77d7a0a1f55c41c04243db1915d10f3ee3a84736b96c7a109f84930660
SHA512: 1b17fbf5228a55e022696b67fe12ffe018681845f3e2ae12c1ddeb7e70b7930b8aa90758fbde53089ded7a605ddf004417c834a68955e6df131ffe8775f8f6b5
Homepage: https://metacpan.org/release/PadWalker
Description-en: 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: f686c2f2dfe85157f03c0ffade424501
Task: ubuntukylin-desktop