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

Last updated: July 03,2024

1. Install "perl-PadWalker.x86_64" package

This is a short guide on how to install perl-PadWalker.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-PadWalker.x86_64

2. Uninstall "perl-PadWalker.x86_64" package

This is a short guide on how to uninstall perl-PadWalker.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:02:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-PadWalker
Version : 2.5
Release : 2.fc34
Architecture : x86_64
Size : 26 k
Source : perl-PadWalker-2.5-2.fc34.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.