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

Last updated: September 28,2024

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

This tutorial shows how to install perl-Monkey-Patch.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Monkey-Patch.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:56:50 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Monkey-Patch
Version : 0.03
Release : 10.fc35
Architecture : noarch
Size : 25 k
Source : perl-Monkey-Patch-0.03-10.fc35.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.