How to Install and Uninstall libpadwalker-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 23,2024
1. Install "libpadwalker-perl" package
Here is a brief guide to show you how to install libpadwalker-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libpadwalker-perl
Copied
2. Uninstall "libpadwalker-perl" package
Please follow the step by step instructions below to uninstall libpadwalker-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libpadwalker-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libpadwalker-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libpadwalker-perl
Priority: optional
Section: universe/perl
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.2-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libp/libpadwalker-perl/libpadwalker-perl_2.2-1build1_amd64.deb
Size: 15098
MD5sum: 87d78db5d9479907b3937ae7dbd41fae
SHA1: f8df9672c21cf5e34545f2ca82acdb36ab55fa93
SHA256: 3a3df34d26563dfe81d44594040571a75c0d4181f249f5ee36bf23bc78d42588
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
Homepage: https://metacpan.org/release/PadWalker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.2-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libp/libpadwalker-perl/libpadwalker-perl_2.2-1build1_amd64.deb
Size: 15098
MD5sum: 87d78db5d9479907b3937ae7dbd41fae
SHA1: f8df9672c21cf5e34545f2ca82acdb36ab55fa93
SHA256: 3a3df34d26563dfe81d44594040571a75c0d4181f249f5ee36bf23bc78d42588
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
Homepage: https://metacpan.org/release/PadWalker
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu