How to Install and Uninstall perl-Module-Mask.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-Module-Mask.noarch" package

Please follow the instructions below to install perl-Module-Mask.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Module-Mask.noarch

2. Uninstall "perl-Module-Mask.noarch" package

Please follow the step by step instructions below to uninstall perl-Module-Mask.noarch on Fedora 34:

$ sudo dnf remove perl-Module-Mask.noarch $ sudo dnf autoremove

3. Information about the perl-Module-Mask.noarch package on Fedora 34

Last metadata expiration check: 1:20:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Module-Mask
Version : 0.06
Release : 24.fc34
Architecture : noarch
Size : 15 k
Source : perl-Module-Mask-0.06-24.fc34.src.rpm
Repository : fedora
Summary : Pretend certain modules are not installed
URL : https://metacpan.org/release/Module-Mask
License : GPL+ or Artistic
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.