How to Install and Uninstall perl-Monkey-Patch.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Monkey-Patch.noarch" package

Please follow the steps below to install perl-Monkey-Patch.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Monkey-Patch.noarch

2. Uninstall "perl-Monkey-Patch.noarch" package

Please follow the steps below to uninstall perl-Monkey-Patch.noarch on Fedora 36:

$ sudo dnf remove perl-Monkey-Patch.noarch $ sudo dnf autoremove

3. Information about the perl-Monkey-Patch.noarch package on Fedora 36

Last metadata expiration check: 1:48:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Monkey-Patch
Version : 0.03
Release : 11.fc36
Architecture : noarch
Size : 25 k
Source : perl-Monkey-Patch-0.03-11.fc36.src.rpm
Repository : fedora
Summary : Scoped monkey-patching Perl module
URL : https://metacpan.org/release/Monkey-Patch
License : GPL+ or Artistic
Description : Monkey patching is a way to extend or modify the runtime code
: of a program or library without altering the original source code.
:
: Monkey::Patch provides lexical scope monkey-patching so that you can
: wrap any other package's subroutine with your own code and still have
: access to the original subroutine.