How to Install and Uninstall perl-Test-Mock-Guard.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "perl-Test-Mock-Guard.noarch" package

This is a short guide on how to install perl-Test-Mock-Guard.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Test-Mock-Guard.noarch

2. Uninstall "perl-Test-Mock-Guard.noarch" package

This tutorial shows how to uninstall perl-Test-Mock-Guard.noarch on Oracle Linux 9:

$ sudo dnf remove perl-Test-Mock-Guard.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Mock-Guard.noarch package on Oracle Linux 9

Last metadata expiration check: 2:30:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Test-Mock-Guard
Version : 0.10
Release : 18.el9
Architecture : noarch
Size : 23 k
Source : perl-Test-Mock-Guard-0.10-18.el9.src.rpm
Repository : epel
Summary : Simple mock test library using RAII
URL : https://metacpan.org/release/Test-Mock-Guard
License : GPL+ or Artistic
Description : Test::Mock::Guard is mock test library using RAII. This module is able to
: change method behavior by each scope. See SYNOPSIS's sample code.