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

Last updated: May 02,2024

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

This guide covers the steps necessary to install perl-Test-Mock-Guard.noarch on Oracle Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-Test-Mock-Guard.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 4:19:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Test-Mock-Guard
Version : 0.10
Release : 15.el8
Architecture : noarch
Size : 24 k
Source : perl-Test-Mock-Guard-0.10-15.el8.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.