How to Install and Uninstall perl-PadWalker.x86_64 Package on Fedora 36

Last updated: May 02,2024

1. Install "perl-PadWalker.x86_64" package

In this section, we are going to explain the necessary steps to install perl-PadWalker.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf 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 Fedora 36:

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

3. Information about the perl-PadWalker.x86_64 package on Fedora 36

Last metadata expiration check: 2:00:55 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-PadWalker
Version : 2.5
Release : 5.fc36
Architecture : x86_64
Size : 26 k
Source : perl-PadWalker-2.5-5.fc36.src.rpm
Repository : fedora
Summary : Play with other people's lexical variables
URL : https://metacpan.org/release/PadWalker
License : GPL+ or Artistic
Description : PadWalker is a module that allows you to inspect (and even change!)
: lexical variables in any subroutine that called you. It will only show
: those variables that are in scope at the point of the call.