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

Last updated: October 06,2024

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

Please follow the instructions below to install perl-Test-Mock-Guard.noarch on AlmaLinux 9

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

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

This guide let you learn how to uninstall perl-Test-Mock-Guard.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:10:08 ago on Wed Mar 13 07:41:12 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.