How to Install and Uninstall perl-PadWalker.x86_64 Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "perl-PadWalker.x86_64" package

This guide covers the steps necessary to install perl-PadWalker.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-PadWalker.x86_64

2. Uninstall "perl-PadWalker.x86_64" package

This guide covers the steps necessary to uninstall perl-PadWalker.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-PadWalker.x86_64 $ sudo yum autoremove

3. Information about the perl-PadWalker.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-PadWalker
Arch : x86_64
Version : 1.96
Release : 3.amzn2.0.2
Size : 25 k
Repo : amzn2-core/2/x86_64
Summary : Play with other peoples' lexical variables
URL : http://search.cpan.org/dist/PadWalker/
License : GPL+ or Artistic
Description : PadWalker is a module which allows you to inspect (and even
: change!) lexical variables in any subroutine which called you. It
: will only show those variables which are in scope at the point of
: the call.