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

Last updated: November 25,2024

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

This tutorial shows how to install perl-Mock-MonkeyPatch.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-Mock-MonkeyPatch.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:21:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Mock-MonkeyPatch
Version : 1.02
Release : 7.fc39
Architecture : noarch
Size : 23 k
Source : perl-Mock-MonkeyPatch-1.02-7.fc39.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.