How to Install and Uninstall perl-Module-Mask Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "perl-Module-Mask" package

This tutorial shows how to install perl-Module-Mask on openSuSE Tumbleweed

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

2. Uninstall "perl-Module-Mask" package

Please follow the instructions below to uninstall perl-Module-Mask on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Mask

3. Information about the perl-Module-Mask package on openSuSE Tumbleweed

Information for package perl-Module-Mask:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Mask
Version : 0.06-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 9.4 KiB
Installed : No
Status : not installed
Source package : perl-Module-Mask-0.06-1.11.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.