How to Install and Uninstall perl-Module-Mask Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Module-Mask" package

Please follow the guidelines below to install perl-Module-Mask on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Module-Mask

2. Uninstall "perl-Module-Mask" package

This guide let you learn how to uninstall perl-Module-Mask on openSUSE Leap:

$ sudo zypper remove perl-Module-Mask

3. Information about the perl-Module-Mask package on openSUSE Leap

Information for package perl-Module-Mask:
-----------------------------------------
Repository : Main Repository
Name : perl-Module-Mask
Version : 0.06-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 10.3 KiB
Installed : No
Status : not installed
Source package : perl-Module-Mask-0.06-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Module-Mask
Summary : Pretend certain modules are not installed
Description :
Sometimes you need to test what happens when a given module is not
installed. This module provides a way of temporarily hiding installed
modules from perl's require mechanism. The Module::Mask object adds itself
to @INC and blocks require calls to restricted modules.
Module::Mask will not affect modules already loaded at time of
instantiation.