How to Install and Uninstall perl-Mock-MonkeyPatch.noarch Package on Fedora 36

Last updated: July 08,2024

1. Install "perl-Mock-MonkeyPatch.noarch" package

This guide covers the steps necessary to install perl-Mock-MonkeyPatch.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Mock-MonkeyPatch.noarch

2. Uninstall "perl-Mock-MonkeyPatch.noarch" package

Learn how to uninstall perl-Mock-MonkeyPatch.noarch on Fedora 36:

$ sudo dnf remove perl-Mock-MonkeyPatch.noarch $ sudo dnf autoremove

3. Information about the perl-Mock-MonkeyPatch.noarch package on Fedora 36

Last metadata expiration check: 3:00:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Mock-MonkeyPatch
Version : 1.02
Release : 3.fc36
Architecture : noarch
Size : 24 k
Source : perl-Mock-MonkeyPatch-1.02-3.fc36.src.rpm
Repository : fedora
Summary : Monkey patching with test mocking in mind
URL : https://metacpan.org/dist/Mock-MonkeyPatch
License : GPL+ or Artistic
Description : Mock::MonkeyPatch injects a subroutine in the place of an existing one.
: It returns an object by which you can revisit the manner in which the
: mocked subroutine was called. Further when the object goes out of
: scope (or when the "restore" method is called) the original subroutine
: is replaced.