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

Last updated: October 10,2024

1. Install "perl-PadWalker.x86_64" package

This guide let you learn how to install perl-PadWalker.x86_64 on Fedora 38

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

2. Uninstall "perl-PadWalker.x86_64" package

Please follow the steps below to uninstall perl-PadWalker.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:06:34 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-PadWalker
Version : 2.5
Release : 8.fc38
Architecture : x86_64
Size : 27 k
Source : perl-PadWalker-2.5-8.fc38.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.