How to Install and Uninstall perl-Test-Mock-Guard Package on openSuSE Tumbleweed

Last updated: May 18,2024

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

Learn how to install perl-Test-Mock-Guard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Mock-Guard

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

This guide covers the steps necessary to uninstall perl-Test-Mock-Guard on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Mock-Guard

3. Information about the perl-Test-Mock-Guard package on openSuSE Tumbleweed

Information for package perl-Test-Mock-Guard:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Mock-Guard
Version : 0.10-1.20
Arch : noarch
Vendor : openSUSE
Installed Size : 32.7 KiB
Installed : No
Status : not installed
Source package : perl-Test-Mock-Guard-0.10-1.20.src
Upstream URL : http://search.cpan.org/dist/Test-Mock-Guard/
Summary : Simple mock test library using RAII.
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.