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

Last updated: February 04,2025

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

This guide covers the steps necessary to install perl-Module-Mask.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 4:09:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Module-Mask
Version : 0.06
Release : 33.fc39
Architecture : noarch
Size : 14 k
Source : perl-Module-Mask-0.06-33.fc39.src.rpm
Repository : fedora
Summary : Pretend certain modules are not installed
URL : https://metacpan.org/release/Module-Mask
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.