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

Last updated: October 07,2024

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

Here is a brief guide to show you how to install perl-Module-Mask.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Module-Mask.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:30:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Module-Mask
Version : 0.06
Release : 26.fc35
Architecture : noarch
Size : 15 k
Source : perl-Module-Mask-0.06-26.fc35.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.